Update Dockerfile

This commit is contained in:
Daniel Czerwonk 2019-01-14 19:19:31 +01:00 committed by GitHub
parent 134bf29f00
commit a48e7232ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
from golang:1.10 as builder
from golang as builder
arg CMD
run wget -o/dev/null -O/usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 && \
chmod +x /usr/local/bin/dep