Update CAs in the container.

In order for the app to make > TLS 1.2 connections to Redis, we need to
update the local certificate store in the container.
This commit is contained in:
dandds 2020-02-07 12:48:44 -05:00
parent da283e4615
commit 1ef0671158

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