Files
dchwww/ci/Dockerfile
Dustin C. Hatch 0ff86c34b2
All checks were successful
dustin/dchwww/pipeline/head This commit looks good
ci: Update container image to Fedora 33
2020-12-08 21:52:04 -06:00

10 lines
150 B
Docker

FROM fedora:33
RUN dnf install -y \
openssh-clients \
python3-pip \
python3-wheel \
rsync
RUN useradd -l -u 3000018 -d /var/lib/jenkins jenkins