Dockerfile: Go back to pip-install coverage/pycodestyle
This commit is contained in:
parent
e65d8ddc5c
commit
6dc1aa9df0
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
image: s3lph/spaceapi-server-ci:20191126-01
|
image: s3lph/spaceapi-server-ci:20191126-02
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue