From e8c35f697dba03483676db75265ed9a20f044243 Mon Sep 17 00:00:00 2001 From: s3lph Date: Sat, 20 Jun 2020 03:52:47 +0200 Subject: [PATCH] Update CI image to include Docker --- .gitlab-ci.yml | 2 +- package/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d335c2c..ca4fed2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: s3lph/spaceapi-server-ci:20191126-02 +image: s3lph/spaceapi-server-ci:20200620-01 stages: - test diff --git a/package/Dockerfile b/package/Dockerfile index 31913cd..0feb8f5 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 lintian rsync sudo \ + && apt install -y --no-install-recommends lintian rsync sudo docker.io \ && pip3 install pycodestyle coverage \ && rm -rf /var/cache/apt