Skip to content

Commit

Permalink
fix: remove Dockerfile first layer of binutils
Browse files Browse the repository at this point in the history
this redundant install would make the deletion impossible, since each
layer in the overlayfs are isolated from the previous.
  • Loading branch information
deomorxsy committed Apr 6, 2024
1 parent 4660138 commit 065beb3
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 @@ -3,8 +3,6 @@ FROM alpine:3.18
#ARG version=8.382.05.1
ARG version=22.0.0.37

RUN apk add --no-cache binutils

#slim build with jlink to keep jre size at a minimum
RUN wget -O /THIRD-PARTY-LICENSES-20200824.tar.gz https://corretto.aws/downloads/resources/licenses/alpine/THIRD-PARTY-LICENSES-20200824.tar.gz && \
echo "82f3e50e71b2aee21321b2b33de372feed5befad6ef2196ddec92311bc09becb /THIRD-PARTY-LICENSES-20200824.tar.gz" | sha256sum -c - && \
Expand Down

0 comments on commit 065beb3

Please sign in to comment.