mirror of https://github.com/interlegis/sapl.git
Vinícius Cantuária
5 years ago
committed by
GitHub
1 changed files with 2 additions and 2 deletions
@ -1,8 +1,8 @@ |
|||||
FROM python:3.7 |
FROM python:3.6 |
||||
ENV PYTHONUNBUFFERED 1 |
ENV PYTHONUNBUFFERED 1 |
||||
WORKDIR /sapl-dev |
WORKDIR /sapl-dev |
||||
COPY requirements ./requirements/ |
COPY requirements ./requirements/ |
||||
RUN apt update && \ |
RUN apt update && \ |
||||
apt -y install graphviz-dev && \ |
apt -y install graphviz-dev && \ |
||||
pip install -r ./requirements/dev-requirements.txt |
pip install -r ./requirements/dev-requirements.txt |
||||
EXPOSE 8000 |
EXPOSE 8000 |
||||
|
Loading…
Reference in new issue