Skip to content

Commit 016dd34

Browse files
committed
fix linux pyinstaller Dockerfile
1 parent 81bae52 commit 016dd34

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

build/docker/Dockerfile-linux-pyinstaller

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ LABEL maintainer=henri@nagstamon.de
99
RUN dnf -y upgrade
1010

1111
# 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
12+
RUN dnf -y install dbus-devel \
13+
gcc \
14+
glib2-devel \
15+
krb5-devel \
16+
python3 \
17+
python3-devel \
18+
python3-virtualenv

0 commit comments

Comments
 (0)