yazid138 hace 2 años
padre
commit
539ef60615
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      dockerfile

+ 2 - 0
dockerfile

@@ -4,6 +4,8 @@ FROM node:14
 RUN mkdir -p /usr/src/app
 WORKDIR /usr/src/app
 
+RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
+
 # Install MongoDB tools
 RUN apt-get install gnupg curl && \
     curl -fsSL https://pgp.mongodb.com/server-6.0.asc | \