From fc01a058bc5484bdc6b2dbf04be10e87cf8e3174 Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 12 Aug 2024 12:43:32 +0200 Subject: fix: use apt to install qt6 --- .devcontainer/Dockerfile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to '.devcontainer') diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 94b553f8..94aa02c5 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -27,10 +27,7 @@ RUN apt-get update && \ libarchive-dev \ libssl-dev \ libgpgme-dev \ - && apt-get clean \ - && rm -rf /var/lib/apt/lists/* - -# Install Qt6 -RUN git clone https://github.com/jurplel/install-qt-action.git /tmp/install-qt-action && \ - /tmp/install-qt-action/install-qt.sh -v "6.7.2" --no-cache && \ - rm -rf /tmp/install-qt-action \ No newline at end of file + qt6-base-dev \ + qt6-tools-dev \ + && apt-get clean \ + && rm -rf /var/lib/apt/lists/* \ No newline at end of file -- cgit v1.2.3