Files
pspy/docker/Dockerfile.build
2019-04-24 21:35:26 +02:00

4 lines
102 B
Docker

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