Add curl to docker image

This commit is contained in:
alesapin 2019-01-30 12:43:00 +03:00
parent 3d53b5f8c6
commit 6496bd423f

View File

@ -18,7 +18,8 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install --yes -
python-pip \
tzdata \
libreadline-dev \
libicu-dev
libicu-dev \
curl
ENV TZ=Europe/Moscow
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone