Skip to content

Commit

Permalink
Merge pull request #437 from xmidt-org/docker
Browse files Browse the repository at this point in the history
removed upx from docker file
  • Loading branch information
maurafortino authored Jan 17, 2024
2 parents 3d9bd6d + e483db0 commit 999f676
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ RUN apk add --no-cache --no-progress \
git \
openssh \
gcc \
libc-dev \
upx

libc-dev

# Download spruce here to eliminate the need for curl in the final image
RUN mkdir -p /go/bin && \
arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
Expand Down

0 comments on commit 999f676

Please sign in to comment.