File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -52,5 +52,8 @@ ENV ENABLED_CONNECT_SRC=" 'self' http://localhost:* nrs.objectstore.gov.bc.ca"
5252# set to true to enable maintenance mode
5353ENV MAINTENANCE_MODE="false"
5454
55+ # Update libxml2 to patch the security vulnerabilities
56+ RUN apk add --no-cache libxml2
57+
5558# When the container starts, replace the settings.json with values from environment variables
5659ENTRYPOINT [ "./init.sh" ]
Original file line number Diff line number Diff line change @@ -49,5 +49,8 @@ RUN chmod -R go+rwx /usr/share/nginx/html/assets
4949# provide dynamic scp content-src
5050ENV ENABLED_CONNECT_SRC=" 'self' http://localhost:* nrs.objectstore.gov.bc.ca"
5151
52+ # Update libxml2 to patch the security vulnerabilities
53+ RUN apk add --no-cache libxml2
54+
5255# When the container starts, replace the settings.json with values from environment variables
5356ENTRYPOINT [ "./init.sh" ]
You can’t perform that action at this time.
0 commit comments