Browse Source

Update

tags/v0.0.52^0
Peter Vivell 6 years ago
parent
commit
c809d26090
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Dockerfile

+ 3
- 3
Dockerfile View File

8
 # Build deps and clean up
8
 # Build deps and clean up
9
 ARG BUILD_DEPS
9
 ARG BUILD_DEPS
10
 RUN export DEBIAN_FRONTEND=noninteractive && \
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
         build-essential ca-certificates curl git iproute2 wget && \
14
         build-essential ca-certificates curl git iproute2 wget && \
15
     apt-get clean && rm -rf /var/lib/apt/lists/*
15
     apt-get clean && rm -rf /var/lib/apt/lists/*
16
 
16
 

Loading…
Cancel
Save