Skip to content

Commit

Permalink
Merge pull request #2204 from Amsterdam/dockerfile/update
Browse files Browse the repository at this point in the history
Changed dockerfile
  • Loading branch information
remyvdwereld authored Jul 22, 2023
2 parents 1ed25ec + cae937b commit 67d5a5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ RUN mv $DIR/build/* $DIR/builds/acceptance/
FROM nginx:stable-alpine
ADD nginx.conf /etc/nginx/nginx.conf

RUN apk update && apk upgrade libx11
RUN apk add --no-cache ca-certificates

RUN apk update && apk add --no-cache libx11

COPY --from=builder /var/www/builds /var/www
CMD nginx -g 'daemon off;'

0 comments on commit 67d5a5f

Please sign in to comment.