dockerfile: merge first two commands
This commit is contained in:
parent
b4f7b87daf
commit
630249bb1c
1 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
||||||
FROM debian:jessie
|
FROM debian:jessie
|
||||||
|
|
||||||
|
WORKDIR /
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y locales git build-essential \
|
RUN apt-get update && apt-get install -y locales git build-essential \
|
||||||
python3 python3-pip python3-dev \
|
python3 python3-pip python3-dev \
|
||||||
libpq-dev libmysqlclient-dev libmemcached-dev libgeos-dev gettext \
|
libpq-dev libmysqlclient-dev libmemcached-dev libgeos-dev gettext \
|
||||||
librsvg2-bin --no-install-recommends
|
librsvg2-bin --no-install-recommends \
|
||||||
|
&& dpkg-reconfigure locales \
|
||||||
WORKDIR /
|
|
||||||
|
|
||||||
RUN dpkg-reconfigure locales \
|
|
||||||
&& locale-gen C.UTF-8 \
|
&& locale-gen C.UTF-8 \
|
||||||
&& /usr/sbin/update-locale LANG=C.UTF-8 \
|
&& /usr/sbin/update-locale LANG=C.UTF-8 \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue