diff options
-rw-r--r-- | .devcontainer/Dockerfile | 11 |
1 files changed, 4 insertions, 7 deletions
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 |