Skip to content
Snippets Groups Projects
Commit e08385d8 authored by Pavel Čeleda's avatar Pavel Čeleda
Browse files

Set bash history timestamps for all users.

parent 8b0932f5
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,8 @@ RUN \
#
# --- setup bash history ---
RUN echo 'HISTTIMEFORMAT="%F %T "' >> /home/kali/.bashrc
# RUN echo 'HISTTIMEFORMAT="%F %T "' >> /home/kali/.bashrc
RUN echo 'HISTTIMEFORMAT="%F %T "' >> /etc/bash.bashrc
# ###########################################################
# expose the right ports and set the entrypoint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment