Skip to content

Commit

Permalink
Merge pull request #83 from cc-api/fix
Browse files Browse the repository at this point in the history
Update pccs dockerfile
  • Loading branch information
ruomengh authored May 29, 2024
2 parents e3e10c1 + 673b0a4 commit 22da5a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container/pccs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ COPY container/pccs/default.json /opt/intel/sgx-dcap-pccs/config/
COPY container/pccs/network_setting.conf /opt/intel/sgx-pck-id-retrieval-tool/
COPY container/pccs/ssl_key /opt/intel/sgx-dcap-pccs/ssl_key

RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1001 ubuntu
USER ubuntu
WORKDIR /opt/intel/sgx-dcap-pccs/

EXPOSE 8081
Expand Down

0 comments on commit 22da5a4

Please sign in to comment.