Просмотр исходного кода

Ajusto el nombre del paquete netcat

Celestino Rey 1 год назад
Родитель
Сommit
9ad376193c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@
 FROM python:3.11-slim
 FROM python:3.11-slim
 
 
 # install nginx
 # 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 our nginx configuration to overwrite nginx defaults
 COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
 COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
 # link nginx logs to container stdout
 # link nginx logs to container stdout