Browse Source

Ajusto el nombre del paquete netcat

main
Celestino Rey 10 months ago
parent
commit
ba61ebbf4f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -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


Loading…
Cancel
Save