mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Dockerfile: remove superfluous comments
This commit is contained in:
parent
8e93208fdf
commit
d1fbde2e9a
1 changed files with 0 additions and 8 deletions
|
@ -1,12 +1,7 @@
|
|||
# Radicale Dockerfile
|
||||
#
|
||||
# VERSION 0.3.1
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
MAINTAINER Radicale project "radicale@librelist.com"
|
||||
|
||||
# Base packages
|
||||
RUN apk --update --update-cache upgrade \
|
||||
&& apk add \
|
||||
python3 \
|
||||
|
@ -17,11 +12,8 @@ RUN apk --update --update-cache upgrade \
|
|||
&& python3 -m ensurepip \
|
||||
&& pip3 install --upgrade pip
|
||||
|
||||
# Python installation
|
||||
# pip
|
||||
RUN pip3 install passlib bcrypt setuptools
|
||||
|
||||
# Radicale installation
|
||||
RUN mkdir -p /data/config
|
||||
|
||||
COPY . /data/radicale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue