Commit b7927802 authored by nanahira's avatar nanahira

fix

parent 519202a7
...@@ -24,10 +24,10 @@ RUN npm ci && \ ...@@ -24,10 +24,10 @@ RUN npm ci && \
mkdir config decks replays logs mkdir config decks replays logs
# ygopro # ygopro
RUN git clone --branch=server --recursive https://github.com/moecube/ygopro /ygopro-server/ygopro RUN git clone --branch=server --recursive https://github.com/purerosefallen/ygopro /ygopro-server/ygopro
WORKDIR /ygopro-server/ygopro WORKDIR /ygopro-server/ygopro
RUN git submodule foreach git checkout master && \ RUN git submodule foreach git checkout master && \
wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-linux.tar.gz | tar zfx - && \ wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha13-linux.tar.gz | tar zfx - && \
./premake5 gmake && \ ./premake5 gmake && \
cd build && \ cd build && \
make config=release && \ make config=release && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment