Fix Dockerfile by using LIBOS_RELEASE=1

This commit is contained in:
Tate, Hongliang Tian 2019-12-01 02:14:21 +00:00
parent 814ea21997
commit e09c747b84

@ -77,7 +77,7 @@ WORKDIR /root
RUN git clone https://github.com/occlum/occlum && \
cd occlum && \
make submodule && \
make RELEASE=1 && \
make LIBOS_RELEASE=1 && \
make install && \
cp -r demos /root/demos && \
rm -rf /root/occlum