From d1fbde2e9a48484f33aa445441323ac92d6bfc83 Mon Sep 17 00:00:00 2001 From: Alexis 'Horgix' Chotard Date: Sun, 26 Jun 2016 15:29:05 +0200 Subject: [PATCH] Dockerfile: remove superfluous comments --- Dockerfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4177b818..f397b7a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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