Update dependencies

This commit is contained in:
Jan Dittberner 2020-03-02 16:49:23 +01:00
parent 8675359586
commit 54c1fbfed0
4 changed files with 322 additions and 239 deletions

View file

@ -11,6 +11,8 @@ RUN apt-get update \
postgresql-client \
python3-dev \
python3-pip \
python3-setuptools \
python3-wheel \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*.*
@ -20,7 +22,8 @@ WORKDIR /srv/gnuviechadmin
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
RUN python3 -m pip install -U pip && pip3 install pipenv
RUN python3 -m pip install -U --prefix=/usr/local pip && \
/usr/local/bin/pip3 install --prefix=/usr/local pipenv
COPY Pipfile Pipfile.lock /srv/gnuviechadmin/