Files
pspy/docker/Dockerfile.build
2018-04-05 09:01:27 +02:00

4 lines
102 B
Docker

FROM golang:1.10-stretch
RUN apt-get update && apt-get install -y upx && rm -rf /var/lib/apt/lists/*