Skip to content

Commit

Permalink
Add a few fixes for the 1.11 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Aug 30, 2023
1 parent a051854 commit f9c6e28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ RUN add-apt-repository -r "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu

RUN echo "source /etc/profile.d/bash_completion.sh" >> ~/.bashrc

#RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
# apt-get install -y nodejs && \
# rm -rf /var/lib/apt/lists/* && \
# npm i -g local-cors-proxy
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get install -y nodejs && \
rm -rf /var/lib/apt/lists/* && \
npm i -g local-cors-proxy

ARG SGX_MODE=SW
ENV SGX_MODE=${SGX_MODE}
Expand Down

0 comments on commit f9c6e28

Please sign in to comment.