Skip to content

Commit 999f676

Browse files
authored
Merge pull request #437 from xmidt-org/docker
removed upx from docker file
2 parents 3d9bd6d + e483db0 commit 999f676

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ RUN apk add --no-cache --no-progress \
1515
git \
1616
openssh \
1717
gcc \
18-
libc-dev \
19-
upx
20-
18+
libc-dev
19+
2120
# Download spruce here to eliminate the need for curl in the final image
2221
RUN mkdir -p /go/bin && \
2322
arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \

0 commit comments

Comments
 (0)