mirror of
https://github.com/daniviga/qgis3-cd-copr.git
synced 2024-11-22 01:36:13 +01:00
Add missing sudo dep
This commit is contained in:
parent
b4f5102a46
commit
841810c193
|
@ -2,7 +2,7 @@
|
|||
FROM fedora:26
|
||||
MAINTAINER Daniele Viganò <daniele@vigano.me>
|
||||
|
||||
RUN dnf install -y tar bzip2 git python3-pip mock copr-cli && \
|
||||
RUN dnf install -y sudo tar bzip2 git python3-pip mock copr-cli && \
|
||||
dnf clean all
|
||||
# Use a Twisted binary wheel to avoid too many dependencies
|
||||
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-17.9.0-cp36-cp36m-linux_x86_64.whl \
|
||||
|
|
Loading…
Reference in New Issue
Block a user