From 0d3d23fed6c1cd75794d94c3f5c0316021a0136a Mon Sep 17 00:00:00 2001 From: creylopez Date: Fri, 14 Feb 2025 11:05:49 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20curl=20vim=20y=20resync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac6f5f2..13d8ed0 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-openbsd -y +RUN apt-get update && apt-get install nginx netcat-openbsd curl vim jq rsync -y # copy our nginx configuration to overwrite nginx defaults RUN rm /etc/nginx/sites-enabled/default RUN rm /etc/nginx/sites-available/default