refactor: Dropped redundant environment setting
With LANG set by ENV pervasively, it would be redundant to set it again for the RUN command line. Change-Id: Ia9f7d4cf81a268a9db238aa3cec1a9c1029f541f
This commit is contained in:
parent
55adae48a5
commit
70d4677e54
@ -19,8 +19,7 @@ COPY ./container/start_service.sh /usr/local/bin/start_service.sh
|
|||||||
COPY ./etc/skyline.yaml.sample /etc/skyline/skyline.yaml
|
COPY ./etc/skyline.yaml.sample /etc/skyline/skyline.yaml
|
||||||
COPY ./etc/gunicorn.py /etc/skyline/gunicorn.py
|
COPY ./etc/gunicorn.py /etc/skyline/gunicorn.py
|
||||||
|
|
||||||
RUN export LANG=C.UTF-8 \
|
RUN apt-get update -y && apt-get install -y --no-install-recommends apt-utils \
|
||||||
&& apt-get update -y && apt-get install -y --no-install-recommends apt-utils \
|
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
gcc make nginx traceroute lsof iputils-ping vim git wget curl locales-all ssl-cert \
|
gcc make nginx traceroute lsof iputils-ping vim git wget curl locales-all ssl-cert \
|
||||||
python3 python3-pip python3-dev python3-venv \
|
python3 python3-pip python3-dev python3-venv \
|
||||||
|
Loading…
Reference in New Issue
Block a user