Skip to content

Commit

Permalink
Update Dockerfile to fix D1GraphicsTool install step
Browse files Browse the repository at this point in the history
  • Loading branch information
wkdgmr authored and AJenbo committed Feb 12, 2025
1 parent d92bdd2 commit 3970aae
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 3970aae

Please sign in to comment.