1
0
mirror of https://github.com/daniviga/qgis3-cd-copr.git synced 2025-07-29 09:33:45 +02:00

Add support for DNF testing

This commit is contained in:
2017-10-25 09:36:11 +02:00
parent 25ac9ea673
commit b4f5102a46
2 changed files with 19 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-17.9.0-cp36-cp36m-
RUN useradd -u 1003 builder && \
usermod -a -G mock builder
RUN echo "builder ALL=(ALL) NOPASSWD: /usr/bin/dnf" >> /etc/sudoers
USER builder
ENV HOME /home/builder
WORKDIR ${HOME}