Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Alexelis committed Sep 24, 2019
1 parent 68bedf1 commit 9b94f94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ ARG skip_ds_deps
# Upgrade pip because it fails in the process
RUN pip install --upgrade pip

#Hack from https://github.com/DefectDojo/django-DefectDojo/issues/407
RUN sed '/st_mysql_options options;/a unsigned int reconnect;' /usr/include/mysql/mysql.h -i.bkp

# We first copy only the requirements file, to avoid rebuilding on every file
# change.
COPY requirements.txt requirements_bundles.txt requirements_dev.txt requirements_all_ds.txt ./
Expand Down

0 comments on commit 9b94f94

Please sign in to comment.