Skip to content

Commit

Permalink
Fixes #4036 Updates setuptools for ci
Browse files Browse the repository at this point in the history
With the upgraded setuptools package, pybabel
starts working again.
  • Loading branch information
kushaldas committed Sep 25, 2019
1 parent e629a7a commit 5094a08
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 5094a08

Please sign in to comment.