From d63c3aae70a89761ce06b86f0e68f91ecefec423 Mon Sep 17 00:00:00 2001 From: remyvdwereld <86827854+remyvdwereld@users.noreply.github.com> Date: Sat, 22 Jul 2023 23:55:03 +0200 Subject: [PATCH] Test --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 43aa697f9..1da0a79d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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