Add rsync to docker

This commit is contained in:
Fedor Korotkiy 2020-01-31 22:35:07 +03:00
parent 6087cf3acc
commit ab6ef47b28

View file

@ -1,2 +1,5 @@
FROM golang:1.13
RUN apt-get update && apt-get install -y \
rsync \
&& rm -rf /var/lib/apt/lists/*