Skip to content

Commit

Permalink
Merge pull request #371 from CybercentreCanada/container-build-options
Browse files Browse the repository at this point in the history
clarify comment
  • Loading branch information
cccs-douglass authored Sep 23, 2021
2 parents bfe755a + 0cdd4e3 commit f612bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# Install assemblyline base (setup.py is just a file we know exists so the command
# won't fail. The dist* copies in any dist directory only if it exists.)
# won't fail if dist isn't there. The dist* copies in any dist directory only if it exists.)
COPY setup.py dist* dist/
RUN pip install --no-cache-dir -f dist/ --user assemblyline==$version && rm -rf ~/.cache/pip

Expand Down

0 comments on commit f612bc2

Please sign in to comment.