Skip to content

Commit

Permalink
Merge pull request #302 from CybercentreCanada/container-build-options
Browse files Browse the repository at this point in the history
Add missing parameter
  • Loading branch information
cccs-douglass committed Sep 23, 2021
2 parents 3eec252 + 888ea69 commit 2ab9a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ARG version
# Install assemblyline base (setup.py is just a file we know exists so the command
# 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 --user assemblyline-core==$version && rm -rf ~/.cache/pip
RUN pip install --no-cache-dir -f dist/ --user assemblyline-core==$version && rm -rf ~/.cache/pip

0 comments on commit 2ab9a43

Please sign in to comment.