Dockerfile: Go back to pip-install coverage/pycodestyle

This commit is contained in:
s3lph 2019-11-26 15:14:15 +01:00
parent e65d8ddc5c
commit 6dc1aa9df0
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
--- ---
image: s3lph/spaceapi-server-ci:20191126-01 image: s3lph/spaceapi-server-ci:20191126-02
stages: stages:
- test - test

View file

@ -1,6 +1,6 @@
FROM python:3.8-buster as python FROM python:3.8-buster as python
RUN apt update \ RUN apt update \
&& apt install -y --no-install-recommends \ && apt install -y --no-install-recommends lintian rsync sudo \
python3-coverage python3-pycodestyle lintian rsync sudo \ && pip3 install pycodestyle coverage \
&& rm -rf /var/cache/apt && rm -rf /var/cache/apt