shad-go/build.docker

6 lines
105 B
Docker
Raw Normal View History

2020-01-31 19:03:57 +00:00
FROM golang:1.13
2020-01-31 19:08:03 +00:00
2020-01-31 19:35:07 +00:00
RUN apt-get update && apt-get install -y \
rsync \
&& rm -rf /var/lib/apt/lists/*