Fix Dockerfile by using LIBOS_RELEASE=1
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user