diff --git a/Dockerfile b/Dockerfile index 2024cda..1324b52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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