Don't depend on dockerhub for anything, only depend on images we have ported over to Quay, or we risk a too-many-requests error during build on Quay.io.

This commit is contained in:
Dan 2021-03-16 10:44:24 -04:00
parent e3402f52db
commit 8c6d2b2991
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ARG build_config=prod
RUN npm install && \
npm run build:$build_config
`
### STAGE 2: Run ###
FROM quay.io/sartography/nginx:alpine
RUN set -x && apk add --update --no-cache bash libintl gettext curl