forked from ungleich-public/cdist
Import CI image definition
This commit is contained in:
parent
0805fac7e9
commit
c9c1e7d790
3 changed files with 14 additions and 0 deletions
8
other/ci/Dockerfile
Normal file
8
other/ci/Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue