Skip to content

Commit

Permalink
Run install packages with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Nov 30, 2024
1 parent 9d36703 commit 4ef0fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.qt6
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN sudo pip3 install meson==1.3.0
RUN sudo pip3 install aqtinstall==3.1.18
RUN sudo aqt install-qt -O ${QT_PATH} linux desktop ${QT_VERSION} linux_gcc_64 -m qtwebengine qtpositioning qtwebchannel qtwebsockets
RUN curl -LO https://raw.githubusercontent.com/state-of-the-art/qt6-docker/refs/heads/master/6.7-gcc-aqt/install_packages.sh
RUN ./install_packages.sh
RUN sudo "${PWD}/install_packages.sh"
RUN (curl -L https://apt.kitware.com/kitware-archive.sh | sudo bash) && sudo apt-get -y install cmake

RUN wget https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.287.tar.gz && \
Expand Down

0 comments on commit 4ef0fc9

Please sign in to comment.