Skip to content

Commit

Permalink
Fixes #4037 #4036 Updates setuptools for ci
Browse files Browse the repository at this point in the history
With the upgraded setuptools package, the errors
in both the mentioned issues get fixed.
  • Loading branch information
kushaldas committed Jan 17, 2019
1 parent b56c413 commit 0c64e4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions securedrop/dockerfiles/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ COPY requirements requirements
RUN pip install -r requirements/securedrop-app-code-requirements.txt && \
pip install -r requirements/test-requirements.txt

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 0c64e4d

Please sign in to comment.