Browse Source

Añado curl vim y resync

main
creylopez 9 months ago
parent
commit
0d3d23fed6
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-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


Loading…
Cancel
Save