Browse Source

Añado curl, vim y jq a la imagen

main
Celestino Rey 9 months ago
parent
commit
823ec04f12
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile View File

@ -1,8 +1,8 @@
# yup, python 3.11! # yup, python 3.11!
FROM python:3.11-slim FROM python:3.11-slim
# install nginx
RUN apt-get update && apt-get install nginx netcat-openbsd -y
# install nginx y otras cosas
RUN apt-get update && apt-get install nginx netcat-openbsd curl vim jq -y
# copy our nginx configuration to overwrite nginx defaults # copy our nginx configuration to overwrite nginx defaults
RUN rm /etc/nginx/sites-enabled/default RUN rm /etc/nginx/sites-enabled/default
RUN rm /etc/nginx/sites-available/default RUN rm /etc/nginx/sites-available/default


Loading…
Cancel
Save