Skip to content

Commit

Permalink
Merge pull request #115 from CybercentreCanada/persistent-service-update
Browse files Browse the repository at this point in the history
set users during installation
  • Loading branch information
cccs-rs committed Sep 24, 2021
2 parents f881b86 + 8817d66 commit 7074929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assemblyline_result_sample_service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ FROM $base:$branch

ENV SERVICE_PATH result_sample.ResultSample

USER root

RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*

USER assemblyline

# Install packages for update-server
RUN pip install gunicorn flask gitpython && rm -rf ~/.cache/pip

Expand Down

0 comments on commit 7074929

Please sign in to comment.