fix dockerfile builds

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle
2019-05-25 19:11:12 -04:00
parent a6a529eda0
commit ffc0508b44
7 changed files with 13 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ RUN git clone --depth 1 --branch ${TRANSFER_SH_VERSION} https://github.com/dutch
WORKDIR /go/src/github.com/dutchcoders/transfer.sh
RUN go build -o /usr/bin/transfer.sh
RUN GO111MODULE=on go build -o /usr/bin/transfer.sh
# Create a clean image without build dependencies
FROM alpine:latest