Skip to content

Commit

Permalink
Merge pull request #4041 from freedomofpress/magical_setuptools_for_x…
Browse files Browse the repository at this point in the history
…enial

Fixes #4036 Updates setuptools for ci
  • Loading branch information
redshiftzero authored Jan 24, 2019
2 parents b662cd1 + 2251d9f commit 756bfea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions securedrop/dockerfiles/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ COPY requirements requirements
RUN pip install -r requirements/securedrop-app-code-requirements.txt && \
pip install -r requirements/test-requirements.txt

# Fixes #4036 pybabel requires latest version of setuptools
RUN pip install --upgrade setuptools

RUN if test $USER_NAME != root ; then useradd --no-create-home --home-dir /tmp --uid $USER_ID $USER_NAME && echo "$USER_NAME ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers ; fi

STOPSIGNAL SIGKILL
Expand Down

0 comments on commit 756bfea

Please sign in to comment.