diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90708c8..e193883 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: s3lph/spaceapi-server-ci:20191126-01 +image: s3lph/spaceapi-server-ci:20191126-02 stages: - test diff --git a/package/Dockerfile b/package/Dockerfile index f28cd2c..31913cd 100644 --- a/package/Dockerfile +++ b/package/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.8-buster as python RUN apt update \ - && apt install -y --no-install-recommends \ - python3-coverage python3-pycodestyle lintian rsync sudo \ + && apt install -y --no-install-recommends lintian rsync sudo \ + && pip3 install pycodestyle coverage \ && rm -rf /var/cache/apt