We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84d534 commit e2108f2Copy full SHA for e2108f2
Dockerfile
@@ -9,6 +9,6 @@ COPY . ./
9
10
RUN apt-get update && apt-get install -y libpq-dev build-essential
11
12
-RUN pip install --no-cache-dir -r requirments.txt
+RUN pip install -r requirments.txt
13
14
CMD [ "python", "./setup.py" ]
0 commit comments