Skip to content

Commit

Permalink
Fix broken package name
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-douglass committed Mar 30, 2020
1 parent c291a07 commit b30b998
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
@@ -1,4 +1,4 @@
FROM cccs/assemblyline:latest
ARG version

RUN pip install --no-cache-dir --user assemblyline_core==$version && rm -rf ~/.cache/pip
RUN pip install --no-cache-dir --user assemblyline-core==$version && rm -rf ~/.cache/pip

0 comments on commit b30b998

Please sign in to comment.