Explorar el Código

Update

tags/0.0.44^0
Peter Vivell hace 7 años
padre
commit
7c21806a61
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      Dockerfile

+ 4
- 0
Dockerfile Ver fichero

5
 # ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
5
 # ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
6
 # ENV HOME /
6
 # ENV HOME /
7
 
7
 
8
+RUN cat /etc/resolv.conf ; \
9
+    curl -I http://deb.debian.org/debian/dists/stable/InRelease ; \
10
+    curl -I http://security.debian.org/debian-security/dists/stable/updates/InRelease
11
+
8
 # Prepare build dependencies and clean up
12
 # Prepare build dependencies and clean up
9
 ARG BUILD_DEPS
13
 ARG BUILD_DEPS
10
 RUN apt-get -q update && \
14
 RUN apt-get -q update && \

Loading…
Cancelar
Guardar