Explorar o código

Dockerfile: merge apk update and upgrade

Alexis 'Horgix' Chotard %!s(int64=9) %!d(string=hai) anos
pai
achega
b0c82f01d0
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -7,8 +7,7 @@ FROM alpine:latest
 MAINTAINER Radicale project "radicale@librelist.com"
 
 # Base packages
-RUN apk update \
-      && apk upgrade \
+RUN apk --update --update-cache upgrade \
       && apk add \
           python3 \
           python3-dev \