Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
image/base: Selectively update packages to mitigate CVEs - lua-libs
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <[email protected]>
  • Loading branch information
Timo Reichl committed Nov 4, 2022
1 parent c182d6a commit 20621e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions image/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ RUN yum-docker quick-install \
vim \
nano \
bash-completion \
&& \
# selective package updates to mitigate CVEs
yum-docker quick-update \
lua-libs \
&& \
# Remve preinstalled SSHD configs but keep steamcmd.conf
mv /etc/ssh/sshd_config.d/steamcmd.conf /tmp/steamcmd.conf && \
Expand Down

0 comments on commit 20621e4

Please sign in to comment.