Browse Source

Dockerfile update (#7035)

pull/7043/head
Nick Wicked 2 years ago committed by GitHub
parent
commit
76d1ee2306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      .devcontainer/Dockerfile

6
.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-x64.deb && \
dpkg -i D1GraphicsTool-Linux-x64.deb && \
rm D1GraphicsTool-Linux-x64.deb
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
# Download spawn.mpq and fonts.mpq
RUN curl --create-dirs -O -L --output-dir /usr/local/share/diasurgical/devilutionx/ \

Loading…
Cancel
Save