RUN wget 'https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz'-O libevent-2.0.22-stable.tar.gz --no-check-certificate&&\
RUNtar xf libevent-2.0.22-stable.tar.gz &&\
tar xf libevent-2.0.22-stable.tar.gz &&\
cd libevent-2.0.22-stable/ &&\
cd libevent-2.0.22-stable/ &&\
./configure &&\
./configure &&\
make &&\
make &&\
...
@@ -28,8 +28,8 @@ RUN npm ci && \
...
@@ -28,8 +28,8 @@ RUN npm ci && \
# 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/moecube/ygopro /ygopro-server/ygopro