Skip to content

Commit

Permalink
chore: Remove redundant dep (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko authored Jan 7, 2025
1 parent 905a0e9 commit 2d578a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ARG APK_MAKE_VERSION=~4
ARG APK_OPENSSH_VERSION=~9
ARG APK_GCC_VERSION=~14
ARG APK_BUILDBASE_VERSION=~0
ARG APK_CA_CERTIFICATES_VERSION=20241010-r0
ARG APK_BINUTILS_VERSION=~2

RUN apk add --no-cache \
Expand All @@ -16,7 +15,6 @@ RUN apk add --no-cache \
"openssh-client=${APK_OPENSSH_VERSION}" \
"build-base=${APK_BUILDBASE_VERSION}" \
"gcc=${APK_GCC_VERSION}" \
"ca-certificates=${APK_CA_CERTIFICATES_VERSION}" \
"binutils-gold=${APK_BINUTILS_VERSION}"

ARG TARGETPLATFORM
Expand Down

0 comments on commit 2d578a6

Please sign in to comment.