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

10 lines
173 B
Docker
Raw Normal View History

2021-05-06 10:16:48 +00:00
FROM alpine:3.13
LABEL maintainer="mail@sobolevn.me"
LABEL vendor="git-secret team"
RUN apk add --no-cache --update \
# Required for our install script:
bash \
wget