Skip to content

Commit

Permalink
Merge pull request #5 from wkdgmrclub/Dockerfile-Update-GraphicsTool-URL
Browse files Browse the repository at this point in the history
Update Dockerfile to fix D1GraphicsTool install step
  • Loading branch information
wkdgmr authored Feb 12, 2025
2 parents d92bdd2 + 673cf1e commit 5c19f34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down

0 comments on commit 5c19f34

Please sign in to comment.