mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Dockerfile: merge apk update and upgrade
This commit is contained in:
parent
68b2e5fb82
commit
b0c82f01d0
1 changed files with 1 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue