diff --git a/deploy/Dockerfile.fedora b/deploy/Dockerfile.fedora index e403e05..c78cc4b 100644 --- a/deploy/Dockerfile.fedora +++ b/deploy/Dockerfile.fedora @@ -35,8 +35,8 @@ COPY . /opt/LinuxLegionLaptop # RUN tests/test_kernel_build.sh \ # && tests/test_kernel_install.sh -RUN tests/test_python_cli.sh \ - && tests/test_python_gui.sh +#RUN tests/test_python_cli.sh \ +# && tests/test_python_gui.sh RUN deploy/python_install_pip_pkg.sh \ && tests/test_python_cli_installed.sh \ && tests/test_python_gui_installed.sh diff --git a/deploy/dependencies/install_dependencies_fedora.sh b/deploy/dependencies/install_dependencies_fedora.sh index c9a28a3..c4c1322 100755 --- a/deploy/dependencies/install_dependencies_fedora.sh +++ b/deploy/dependencies/install_dependencies_fedora.sh @@ -1,6 +1,6 @@ #!/bin/bash set -ex -sudo dnf install -y kernel-headers kernel-devel dmidecode lm_sensors PyQt5 python3-yaml python3-pip python3-argcomplete python3-wheel polkit xorg-x11-server org-x11-server-Xvfb +sudo dnf install -y kernel-headers kernel-devel dmidecode lm_sensors PyQt5 python3-yaml python3-pip python3-argcomplete python3-wheel polkit sudo dnf groupinstall -y "Development Tools" # sudo dnf group install -y "C Development Tools and Libraries" sudo dnf install -y dkms openssl mokutil