cdist/other/ci/Dockerfile

9 lines
156 B
Docker
Raw Permalink Normal View History

2020-04-21 06:13:32 +00:00
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