[FIX]Radicale Debian image

This commit is contained in:
Fabien BOURGEOIS 2018-05-03 16:42:24 +02:00
parent e542de7977
commit 1eae37b7bd

View File

@ -1,13 +1,14 @@
FROM debian:jessie
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
# 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 \