Skip to content

Commit

Permalink
Merge pull request #2207 from Amsterdam/dockerfile/update
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
remyvdwereld authored Jul 22, 2023
2 parents 9843aca + d63c3aa commit 573cd2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ RUN mv $DIR/build/* $DIR/builds/acceptance/
# Use the official Nginx image as the final stage
FROM nginx:stable-alpine

# Install ca-certificates to handle SSL certificate verification
# Install libx11 for Nginx (if needed)
RUN apk update && apk add --no-cache ca-certificates && update-ca-certificates && apk add --no-cache libx11


# Copy the nginx configuration
ADD nginx.conf /etc/nginx/nginx.conf

Expand Down

0 comments on commit 573cd2b

Please sign in to comment.