switch to debian for build image to link against libc

This commit is contained in:
Dominic Breuker
2018-04-05 09:01:27 +02:00
parent 986cafff6f
commit aba533f86e
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
FROM golang:1.10-alpine
FROM golang:1.10-stretch
RUN apk add upx --no-cache
RUN apt-get update && apt-get install -y upx && rm -rf /var/lib/apt/lists/*