shad-go/build.docker
2020-01-31 22:35:07 +03:00

5 lines
105 B
Docker

FROM golang:1.13
RUN apt-get update && apt-get install -y \
rsync \
&& rm -rf /var/lib/apt/lists/*