Skip to content

Commit

Permalink
chore(Dockerfile): Swap sonroyaalmerol/steamcmd-arm64 from latest to …
Browse files Browse the repository at this point in the history
…root
  • Loading branch information
USA-RedDragon committed Feb 11, 2024
1 parent f0d7801 commit e34effa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN wget -q https://github.com/gorcon/rcon-cli/archive/refs/tags/v${RCON_VERSION
FROM cm2network/steamcmd:root as base-amd64
# Ignoring --platform=arm64 as this is required for the multi-arch build to continue to work on amd64 hosts
# hadolint ignore=DL3029
FROM --platform=arm64 sonroyaalmerol/steamcmd-arm64:latest as base-arm64
FROM --platform=arm64 sonroyaalmerol/steamcmd-arm64:root as base-arm64

ARG TARGETARCH
# Ignoring the lack of a tag here because the tag is defined in the above FROM lines
Expand All @@ -38,8 +38,6 @@ ARG SUPERCRONIC_SHA1SUM_ARM64="512f6736450c56555e01b363144c3c9d23abed4c"
ARG SUPERCRONIC_SHA1SUM_AMD64="cd48d45c4b10f3f0bfdd3a57d054cd05ac96812b"
ARG SUPERCRONIC_VERSION="0.2.29"

USER root

# update and install dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
procps=2:3.3.17-5 \
Expand Down

0 comments on commit e34effa

Please sign in to comment.