Quellcode durchsuchen

Update

tags/0.0.45^0
Peter Vivell vor 6 Jahren
Ursprung
Commit
1c545c442e
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1
    3
      Dockerfile

+ 1
- 3
Dockerfile Datei anzeigen

@@ -5,9 +5,7 @@ FROM debian:stable-slim as builder
5 5
 # ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
6 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
8
+RUN cat /etc/resolv.conf 
11 9
 
12 10
 # Prepare build dependencies and clean up
13 11
 ARG BUILD_DEPS

Laden…
Abbrechen
Speichern