Update CI image to include Docker
This commit is contained in:
parent
79fae47918
commit
e8c35f697d
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
image: s3lph/spaceapi-server-ci:20191126-02
|
||||
image: s3lph/spaceapi-server-ci:20200620-01
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM python:3.8-buster as python
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y --no-install-recommends lintian rsync sudo \
|
||||
&& apt install -y --no-install-recommends lintian rsync sudo docker.io \
|
||||
&& pip3 install pycodestyle coverage \
|
||||
&& rm -rf /var/cache/apt
|
||||
|
|
Loading…
Reference in a new issue