Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Hygiene update for py 3.8
  • Loading branch information
pdmack authored Sep 20, 2022
1 parent 77f0ca2 commit 2f8f317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ COPY "./models" "./models"
COPY "./scripts" "./scripts"
COPY ["*.md", "LICENSE", "./"]

# remedy for CVE-2015-20107
RUN find / -name '*mailcap*.*py*' | xargs rm

# Use morpheus by default
CMD [ "morpheus" ]

Expand Down

0 comments on commit 2f8f317

Please sign in to comment.