Update CI image to include Docker

This commit is contained in:
s3lph 2020-06-20 03:52:47 +02:00
parent 79fae47918
commit e8c35f697d
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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