|
@@ -5,7 +5,7 @@ RUN git clone https://github.com/intel/linux-sgx.git
|
|
WORKDIR linux-sgx
|
|
WORKDIR linux-sgx
|
|
RUN git checkout sgx_2.6
|
|
RUN git checkout sgx_2.6
|
|
RUN ./download_prebuilt.sh
|
|
RUN ./download_prebuilt.sh
|
|
-RUN make
|
|
|
|
|
|
+RUN make #sdk USE_OPT_LIBS=0
|
|
RUN make sdk_install_pkg
|
|
RUN make sdk_install_pkg
|
|
RUN make deb_pkg
|
|
RUN make deb_pkg
|
|
WORKDIR linux/installer/bin
|
|
WORKDIR linux/installer/bin
|