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/ \