git-secret/.ci/docker-ci/alpine/Dockerfile

17 lines
324 B
Docker
Raw Normal View History

FROM alpine:3.14.0
2021-05-03 11:43:02 +00:00
LABEL maintainer="mail@sobolevn.me"
LABEL vendor="git-secret team"
# Don't install coreutils on Alpine,
# so we get busybox versions of ps, stat, and ls. See #475
RUN apk add --no-cache --update \
# Direct dependencies:
bash \
gawk \
git \
gnupg \
# Assumed to be present:
make \
procps