Browse Source

Add raven to docker images

master
Michael van Tellingen 8 years ago
parent
commit
1ced6538c9
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -2,7 +2,7 @@ FROM python:3.5
2 2
 ENV PYTHONUNBUFFERED 1
3 3
 
4 4
 COPY ./requirements.txt /requirements.txt
5
-RUN pip3 install -r /requirements.txt psycopg2
5
+RUN pip3 install -r /requirements.txt psycopg2 raven==5.23.0
6 6
 
7 7
 RUN groupadd -r django && useradd -r -g django django
8 8
 COPY . /app

Loading…
Cancel
Save