Skip to content

Commit

Permalink
Under grsec dev env, ensure python isnt falling over
Browse files Browse the repository at this point in the history
This was specifically causing weird behavior on the functional tests
when running under my workstation (running grsecurity).
  • Loading branch information
msheiny committed Aug 17, 2018
1 parent b6755fe commit c65ce57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions securedrop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN echo deb http://archive.ubuntu.com/ubuntu/ xenial main > /etc/apt/sources.li
apt-get update

COPY requirements requirements
RUN paxctl -Cm /usr/bin/python
RUN pip install -r requirements/securedrop-app-code-requirements.txt && \
pip install -r requirements/test-requirements.txt

Expand Down

0 comments on commit c65ce57

Please sign in to comment.