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