From 673cf1e59ebfc4eabefdec7448ac52779d3d15b4 Mon Sep 17 00:00:00 2001 From: wkdgmr Date: Wed, 12 Feb 2025 07:02:50 +0000 Subject: [PATCH] Update Dockerfile to fix D1GraphicsTool install step --- .devcontainer/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 38cd816e88f..8ae17816fcd 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -28,9 +28,9 @@ RUN git clone https://github.com/diasurgical/devilutionx-mpq-tools.git /tmp/devi rm -rf /tmp/devilutionx-mpq-tools # Install d1-graphics-tool -RUN curl -O -L https://github.com/diasurgical/d1-graphics-tool/releases/latest/download/D1GraphicsTool-Linux-Qt5.deb && \ - dpkg -i D1GraphicsTool-Linux-Qt5.deb && \ - rm D1GraphicsTool-Linux-Qt5.deb +RUN curl -O -L https://github.com/diasurgical/d1-graphics-tool/releases/download/1.1.0/D1GraphicsTool-Linux-x64.deb && \ + dpkg -i D1GraphicsTool-Linux-x64.deb && \ + rm D1GraphicsTool-Linux-x64.deb # Download spawn.mpq and fonts.mpq RUN curl --create-dirs -O -L --output-dir /usr/local/share/diasurgical/devilutionx/ \