Add rsync to docker
This commit is contained in:
parent
6087cf3acc
commit
ab6ef47b28
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
FROM golang:1.13
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
rsync \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in a new issue