Unverified Commit 2228bcb3 authored by kladko's avatar kladko

SKALE-2502

parent ca043764
...@@ -35,6 +35,6 @@ RUN apt update && \ ...@@ -35,6 +35,6 @@ RUN apt update && \
cmake . -DCMAKE_BUILD_TYPE=Release -DINIT_SYSTEM=SysVinit && \ cmake . -DCMAKE_BUILD_TYPE=Release -DINIT_SYSTEM=SysVinit && \
make install && \ make install && \
cd .. && rm -rf dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b && \ cd .. && rm -rf dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b && \
./autoconf.bash && ./autoconf.bash && \
./configure && ./configure && \
bash -c "make -j$(nproc)" bash -c "make -j$(nproc)"
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