mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
10 lines
173 B
Docker
10 lines
173 B
Docker
|
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
|