install rsync
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hbr 2021-06-07 00:38:39 +02:00
parent 1c84f19da6
commit 170a26f4ef

View File

@ -2,6 +2,8 @@ FROM python
VOLUME /workspace
RUN apt-get update && apt-get -y install rsync
RUN pip install --upgrade pip
RUN pip install Lektor