From 1eae37b7bde817327534c81f0e1e7997b15e20c3 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Thu, 3 May 2018 16:42:24 +0200 Subject: [PATCH] [FIX]Radicale Debian image --- radicale/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/radicale/Dockerfile b/radicale/Dockerfile index fc9a00b..fe5ec1a 100644 --- a/radicale/Dockerfile +++ b/radicale/Dockerfile @@ -1,13 +1,14 @@ FROM debian:jessie +MAINTAINER Yaltik - Fabien Bourgeois # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 -ENV VERSION 2.1.2 +ENV VERSION 2.1.9 # Install dependencies -RUN apt update && apt install -y --no-install-recommends python3 python3-pip +RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip # Packages cleanup RUN apt-get purge -y --auto-remove \