Skip to content

Commit

Permalink
Remove unnecessary cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Feb 11, 2024
1 parent 9ac1e42 commit 430fc27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ RUN set -x \
&& ln -s "${STEAMCMDDIR}/linux64/steamclient.so" "/usr/lib/x86_64-linux-gnu/steamclient.so" \
&& rm -rf /var/lib/apt/lists/*

# Cleanup
RUN rm -rf /var/lib/apt/lists/*

FROM build_stage AS bullseye-root
WORKDIR ${STEAMCMDDIR}

Expand Down

0 comments on commit 430fc27

Please sign in to comment.