Merge pull request #1401 from dod-ccpo/ca-store

Update CAs in the container.
This commit is contained in:
dandds 2020-02-07 15:57:53 -05:00 committed by GitHub
commit c6cfb99dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,5 +101,7 @@ RUN mkdir /var/run/uwsgi && \
chown -R atst:atat /var/run/uwsgi && \
chown -R atst:atat "${APP_DIR}"
RUN update-ca-certificates
# Run as the unprivileged APP user
USER atst