Skip to content

Commit

Permalink
remove root refs
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryAtTruss committed Feb 14, 2024
1 parent 906ede7 commit d1a077d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY ["codegen.yml", "next.config.js", "tsconfig.json", "./"]

COPY ./src/ /app/src/

USER root
#USER root

RUN yarn prebuild

Expand Down Expand Up @@ -82,7 +82,7 @@ COPY --from=builder /app/scripts/gravity-add-dod-cas.sh .
COPY --from=build-openssl /bin/openssl /bin/openssl
COPY --from=build-openssl /lib64/ /lib64/

USER root
#USER root
COPY --from=builder /app/fetch-manifest-resources/ /app/fetch-manifest-resources/
RUN chmod +x gravity-add-dod-cas.sh && sh gravity-add-dod-cas.sh
RUN cat /usr/local/share/ca-certificates/DoD_Root_CA_3.crt > /usr/local/share/ca-certificates/GCDS.pem
Expand Down

0 comments on commit d1a077d

Please sign in to comment.