fix: remove upx install from dockerfile
This commit is contained in:
parent
1a15e433ba
commit
0ce129de14
|
@ -12,8 +12,7 @@ FROM golang:1.14-alpine as go-build
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache make && \
|
apk add --no-cache make && \
|
||||||
apk add --no-cache git && \
|
apk add --no-cache git && \
|
||||||
apk add --no-cache jq && \
|
apk add --no-cache jq
|
||||||
apk add --no-cache upx=3.95-r2
|
|
||||||
|
|
||||||
RUN GO111MODULE=off go get -u github.com/rafaelsq/wtc
|
RUN GO111MODULE=off go get -u github.com/rafaelsq/wtc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue