Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kali
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBERSEC
infra
images
kali
Commits
e08385d8
There was an error fetching the commit references. Please try again later.
Commit
e08385d8
authored
4 months ago
by
Pavel Čeleda
Browse files
Options
Downloads
Patches
Plain Diff
Set bash history timestamps for all users.
parent
8b0932f5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
with
2 additions
and
1 deletion
Dockerfile
+
2
−
1
View file @
e08385d8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment