mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-22 11:58:10 +00:00
fixing up the dockerfile.
This commit is contained in:
parent
e7b118a0f1
commit
c9faccafe6
@ -4,13 +4,15 @@ WORKDIR /app
|
|||||||
COPY Pipfile Pipfile.lock /app/
|
COPY Pipfile Pipfile.lock /app/
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& pip install pipenv \
|
pip install pipenv \
|
||||||
&& apt-get update -q \
|
&& apt-get update -q \
|
||||||
&& apt-get install -y -q \
|
&& apt-get install -y -q \
|
||||||
gcc python3-dev libssl-dev \
|
gcc python3-dev libssl-dev \
|
||||||
curl postgresql-client git-core \
|
curl postgresql-client git-core \
|
||||||
gunicorn3 postgresql-client \
|
gunicorn3 postgresql-client
|
||||||
&& pipenv install --dev
|
|
||||||
|
RUN set -xe \
|
||||||
|
pipenv install --dev \
|
||||||
&& apt-get remove -y gcc python3-dev libssl-dev \
|
&& apt-get remove -y gcc python3-dev libssl-dev \
|
||||||
&& apt-get autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
&& apt-get clean -y \
|
&& apt-get clean -y \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user