Import CI image definition

This commit is contained in:
fnux 2020-04-21 08:13:32 +02:00
commit c9c1e7d790
3 changed files with 14 additions and 0 deletions

8
other/ci/Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM alpine:latest
COPY ./repositories /etc/apk/
RUN apk update
RUN apk upgrade
RUN apk add python3 py3-pycodestyle rsync make shellcheck git
RUN apk fix