Added rsync to testing docker image

This commit is contained in:
s3lph 2018-11-07 15:09:45 +01:00
parent 2a03857520
commit 75ec39852d
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
--- ---
image: s3lph/matemat-ci:20181107-01 image: s3lph/matemat-ci:20181107-02
stages: stages:
- test - test

View file

@ -8,7 +8,7 @@ RUN sed -re 's/stretch/buster/g' -i /etc/apt/sources.list \
&& chown matemat:matemat -R /var/matemat/db \ && chown matemat:matemat -R /var/matemat/db \
&& chown matemat:matemat -R /var/matemat/upload \ && chown matemat:matemat -R /var/matemat/upload \
&& apt-get update -qy \ && apt-get update -qy \
&& apt-get install -y --no-install-recommends file sudo openssh-client git docker.io build-essential lintian \ && apt-get install -y --no-install-recommends file sudo openssh-client git docker.io build-essential lintian rsync \
&& python3.6 -m pip install coverage wheel pycodestyle mypy \ && python3.6 -m pip install coverage wheel pycodestyle mypy \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*