fix: remove upx install from dockerfile

This commit is contained in:
Vikram Rangnekar 2020-06-03 01:42:10 -04:00
parent 1a15e433ba
commit 0ce129de14
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ FROM golang:1.14-alpine as go-build
RUN apk update && \
apk add --no-cache make && \
apk add --no-cache git && \
apk add --no-cache jq && \
apk add --no-cache upx=3.95-r2
apk add --no-cache jq
RUN GO111MODULE=off go get -u github.com/rafaelsq/wtc