taiga-back/ci/Dockerfile

12 lines
172 B
Docker

FROM fedora
RUN useradd -M -l -u 3000018 jenkins
RUN dnf install -y \
libjpeg-devel \
openssh-clients \
python3-devel \
redhat-rpm-config \
rsync \
zlib-devel \
--