Dockerfile-dev: update python version + remove system pynacl

Signed-off-by: David Dashyan <mail@davie.li>
This commit is contained in:
David Dashyan 2021-06-07 16:41:37 +03:00
parent 070598325d
commit d3c621d1e7
No known key found for this signature in database
GPG Key ID: 4F1E73D047F9F638

View File

@ -3,9 +3,8 @@ FROM python:${python_version}
LABEL maintainer "contact@ipdb.global"
RUN apt-get update \
&& apt-get install -y vim \
&& apt-get install -y git \
&& pip install -U pip \
&& pip install pynacl \
&& apt-get autoremove \
&& apt-get clean