Sfoglia il codice sorgente

Corrigo Dockerfile

Celestino Rey 1 anno fa
parent
commit
aff7031c4f
1 ha cambiato i file con 2 aggiunte e 6 eliminazioni
  1. 2 6
      Dockerfile

+ 2 - 6
Dockerfile

@@ -1,13 +1,9 @@
 # yup, python 3.11!
 FROM python:3.11-slim
 
-<<<<<<< HEAD
-# install nginx
-RUN apt-get update && apt-get install nginx netcat-openbsd rsync -y
-=======
 # install nginx y otras cosas
-RUN apt-get update && apt-get install nginx netcat-openbsd curl vim jq -y
->>>>>>> c04abab64cc16d19cf44b2b6e95eb68cccfb37b5
+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