fixed login_server/Dockerfile

This commit is contained in:
Ulf Gebhardt 2021-04-16 16:38:12 +02:00
parent 8382abbd2d
commit 8573a8568f
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -19,12 +19,12 @@ WORKDIR ${DOCKER_WORKDIR}
COPY . .
#RUN git submodule update --init --recursive
RUN ls -la
RUN cd dependencies/iroha-ed25519 && \
ls -la && \
mkdir build && \
cd build && \
cmake .. -DEDIMPL=ref10 -DHASH=sha2_sphlib -DRANDOM=bcryptgen -DBUILD=STATIC && \
make -j$(nproc)
# RUN cd dependencies/iroha-ed25519 && \
# ls -la && \
# mkdir build && \
# cd build && \
# cmake .. -DEDIMPL=ref10 -DHASH=sha2_sphlib -DRANDOM=bcryptgen -DBUILD=STATIC && \
# make -j$(nproc)
RUN cd dependencies/mariadb-connector-c && \
mkdir build && \