Unverified Commit 05e7f327 authored by kladko's avatar kladko

SKALE-2454-add-logs-to-enclave

parent 6ce77ea7
...@@ -8,7 +8,7 @@ COPY *.txt ./ ...@@ -8,7 +8,7 @@ COPY *.txt ./
COPY *.c ./ COPY *.c ./
COPY *.am ./ COPY *.am ./
COPY *.hpp ./ COPY *.hpp ./
COPY *.sh ./ COPY autogen.sh ./
COPY *.gmp ./ COPY *.gmp ./
COPY *.ac ./ COPY *.ac ./
COPY *.json ./ COPY *.json ./
...@@ -59,11 +59,6 @@ RUN wget --progress=dot:mega -O - https://github.com/intel/dynamic-application-l ...@@ -59,11 +59,6 @@ RUN wget --progress=dot:mega -O - https://github.com/intel/dynamic-application-l
make install && \ make install && \
cd .. && rm -rf dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b cd .. && rm -rf dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
RUN autoreconf -vif RUN ./autoconf.bash
RUN libtoolize --force
RUN aclocal
RUN autoheader || true
RUN automake --force-missing --add-missing
RUN autoconf
RUN ./configure RUN ./configure
RUN make RUN make
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