git-secret/.ci/docker-ci/arch/Dockerfile
Josh Rabinowitz a57acbceab
test on arch (#785)
* also cleanups
2022-02-27 08:37:18 -05:00

18 lines
275 B
Docker

FROM archlinux:base-20220220.0.48372
LABEL maintainer="mail@sobolevn.me"
LABEL vendor="git-secret team"
RUN pacman -Syu --needed --noconfirm \
# Direct dependencies:
bash \
gawk \
git \
gnupg \
# Assumed to be present:
diffutils \
file \
make \
procps