Skip to content

Commit

Permalink
remove apt packets specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed May 9, 2024
1 parent f443edb commit db74d35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ LABEL creator="Sergey Shorokhov <[email protected]>"
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
ca-certificates=20240203 \
curl=8.5.0-2 \
libarchive-tools=3.7.2-1 \
ca-certificates \
curl \
libarchive-tools \
&& rm -rf /var/lib/apt/lists/*

# Download and install DepotDownloader
Expand Down Expand Up @@ -61,9 +61,9 @@ FROM debian:trixie-slim AS run_stage
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
ca-certificates=20240203 \
gdb-minimal=13.2-1 \
lib32stdc++6=14-20240201-3 \
ca-certificates \
gdb-minimal \
lib32stdc++6 \
&& rm -rf /var/lib/apt/lists/*

ARG APPUSER="hlds_user"
Expand Down

0 comments on commit db74d35

Please sign in to comment.