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

20 lines
330 B
Docker
Raw Normal View History

2021-05-03 12:43:04 +00:00
FROM fedora:34
LABEL maintainer="mail@sobolevn.me"
LABEL vendor="git-secret team"
RUN dnf -y update \
&& dnf install -y \
# Direct dependencies:
bash \
gawk \
git \
gnupg \
# Assumed to be present:
diffutils \
findutils \
procps \
make \
&& dnf clean all \
&& rm -rf /var/cache/yum