Skip to content

Commit

Permalink
Update SpacemanDMM Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrow768 committed Jan 5, 2025
1 parent 1608bf0 commit c47c330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM python:3.8
COPY . /app
WORKDIR /app

RUN wget https://github.com/SpaceManiac/SpacemanDMM/releases/download/suite-1.7.2/dmm-tools.exe && \
wget https://github.com/SpaceManiac/SpacemanDMM/releases/download/suite-1.7.2/dmm-tools && \
RUN wget https://github.com/SpaceManiac/SpacemanDMM/releases/download/suite-1.9/dmm-tools.exe && \
wget https://github.com/SpaceManiac/SpacemanDMM/releases/download/suite-1.9/dmm-tools && \
chmod u+x dmm-tools.exe && \
chmod u+x dmm-tools && \
mkdir mapImages
Expand Down

0 comments on commit c47c330

Please sign in to comment.