[FIX]Radicale Debian image
This commit is contained in:
parent
e542de7977
commit
1eae37b7bd
@ -1,13 +1,14 @@
|
|||||||
FROM debian:jessie
|
FROM debian:jessie
|
||||||
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
# http://bugs.python.org/issue19846
|
# http://bugs.python.org/issue19846
|
||||||
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
|
# > 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 LANG C.UTF-8
|
||||||
|
|
||||||
ENV VERSION 2.1.2
|
ENV VERSION 2.1.9
|
||||||
|
|
||||||
# Install dependencies
|
# 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
|
# Packages cleanup
|
||||||
RUN apt-get purge -y --auto-remove \
|
RUN apt-get purge -y --auto-remove \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user