mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-21 19:38:25 +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/
|
||||
|
||||
RUN set -xe \
|
||||
&& pip install pipenv \
|
||||
pip install pipenv \
|
||||
&& apt-get update -q \
|
||||
&& apt-get install -y -q \
|
||||
gcc python3-dev libssl-dev \
|
||||
curl postgresql-client git-core \
|
||||
gunicorn3 postgresql-client \
|
||||
&& pipenv install --dev
|
||||
gunicorn3 postgresql-client
|
||||
|
||||
RUN set -xe \
|
||||
pipenv install --dev \
|
||||
&& apt-get remove -y gcc python3-dev libssl-dev \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean -y \
|
||||
|
Loading…
x
Reference in New Issue
Block a user