diff --git a/Dockerfile b/Dockerfile index 8c717ad..f38e596 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM nginxinc/nginx-unprivileged:1.27.1-alpine USER root RUN apk update && \ - apk add --no-cache openssl=3.3.2-r0 expat=2.6.3-r0 && \ + apk add --no-cache openssl=3.3.2-r0 && \ + apk add --no-cache libexpat=2.6.3-r0 && \ rm -rf /var/cache/apk/* USER nginx COPY static /usr/share/nginx/html