Skip to content

Commit

Permalink
cleanup apt
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Jan 19, 2024
1 parent a6e3055 commit cc01920
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM cm2network/steamcmd:root
LABEL maintainer="[email protected]"

RUN apt-get update && apt-get install -y \
xdg-user-dirs
RUN apt-get update && apt-get install -y --no-install-recommends \

Check failure on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / dockerlint

DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
xdg-user-dirs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*


ENV PORT=8211 \
Expand Down

0 comments on commit cc01920

Please sign in to comment.