We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bae52 commit 016dd34Copy full SHA for 016dd34
1 file changed
build/docker/Dockerfile-linux-pyinstaller
@@ -9,10 +9,10 @@ LABEL maintainer=henri@nagstamon.de
9
RUN dnf -y upgrade
10
11
# Needed packages for installation and partly building of Python modules
12
-dnf -y install dbus-devel \
13
- gcc \
14
- glib2-devel \
15
- krb5-devel \
16
- python3 \
17
- python3-devel \
18
- python3-virtualenv
+RUN dnf -y install dbus-devel \
+ gcc \
+ glib2-devel \
+ krb5-devel \
+ python3 \
+ python3-devel \
+ python3-virtualenv
0 commit comments