Dockerfile: merge apk update and upgrade

This commit is contained in:
Alexis 'Horgix' Chotard 2016-06-26 15:19:07 +02:00
parent 68b2e5fb82
commit b0c82f01d0

View File

@ -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 \