Răsfoiți Sursa

Ajusto el nombre del paquete netcat

Celestino Rey 1 an în urmă
părinte
comite
9ad376193c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Dockerfile

+ 1 - 1
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