diff --git a/Dockerfile b/Dockerfile index eebda50..40dbe31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-slim # install nginx -RUN apt-get update && apt-get install nginx netcat-netbsd -y +RUN apt-get update && apt-get install nginx netcat-openbsd -y # copy our nginx configuration to overwrite nginx defaults COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf # link nginx logs to container stdout