소스 검색

Ajusto el nombre del paquete netcat

Celestino Rey 1 년 전
부모
커밋
ba61ebbf4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 -y
+RUN apt-get update && apt-get install nginx netcat-netbsd -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