From 9c480f14f42c638fd27c273925dc546449cac613 Mon Sep 17 00:00:00 2001 From: techopsmasters <163403479+techopsmasters@users.noreply.github.com> Date: Mon, 13 May 2024 19:26:50 +0530 Subject: [PATCH] Update Dockerfile Signed-off-by: techopsmasters <163403479+techopsmasters@users.noreply.github.com> --- nginx-wsgi-flask/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-wsgi-flask/nginx/Dockerfile b/nginx-wsgi-flask/nginx/Dockerfile index bfb3338..8fbf926 100644 --- a/nginx-wsgi-flask/nginx/Dockerfile +++ b/nginx-wsgi-flask/nginx/Dockerfile @@ -1,7 +1,7 @@ FROM nginx:1.19.7-alpine # Add bash for boot cmd -RUN apk add bash +RUN apt add bash # Add nginx.conf to container COPY --chown=nginx:nginx nginx.conf /etc/nginx/nginx.conf