add root to nginx

This commit is contained in:
Simon Larsen 2023-01-03 10:54:03 +00:00
parent 412e6201d7
commit b751ff3148
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -1,4 +1,6 @@
FROM nginx:1.23.3-alpine
USER root
# Install bash.
RUN apk update && apk add bash && apk add curl