All checks were successful
dustin/dchwww/pipeline/head This commit looks good
10 lines
150 B
Docker
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
|