mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed login_server/Dockerfile
This commit is contained in:
parent
8382abbd2d
commit
8573a8568f
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user