git-secret/.ci/release-ci/centos/Dockerfile
2021-05-05 16:17:20 +03:00

13 lines
234 B
Docker

FROM centos:8
LABEL maintainer="mail@sobolevn.me"
LABEL vendor="git-secret team"
RUN dnf -y update \
&& dnf install -y \
# Required for our install script:
wget \
sudo \
&& dnf clean all \
&& rm -rf /var/cache/yum