Parcourir la source

Update

tags/v0.0.52^0
Peter Vivell il y a 6 ans
Parent
révision
c809d26090
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      Dockerfile

+ 3
- 3
Dockerfile Voir le fichier

@@ -8,9 +8,9 @@ FROM debian:stable-slim as builder
8 8
 # Build deps and clean up
9 9
 ARG BUILD_DEPS
10 10
 RUN export DEBIAN_FRONTEND=noninteractive && \
11
-    apt-get -qy update && \
12
-    apt-get -qy upgrade && \
13
-    apt-get -qy install --no-install-recommends ${BUILD_DEPS} \
11
+    apt-get -qq  update && \
12
+    apt-get -qqy upgrade && \
13
+    apt-get -qqy install --no-install-recommends ${BUILD_DEPS} \
14 14
         build-essential ca-certificates curl git iproute2 wget && \
15 15
     apt-get clean && rm -rf /var/lib/apt/lists/*
16 16
 

Chargement…
Annuler
Enregistrer