Skip to content

Commit

Permalink
🎨 improve docker file by disabling python cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Jun 10, 2022
1 parent 7674225 commit 8e02bb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Docker/Macsyfinder/Dockerfile.master
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ LABEL license="GPLv3"
USER root
ARG DEBIAN_FRONTEND=noninteractive

# disable use of python cache ~/.local https://peps.python.org/pep-0370/
# for build and run
# thank's Eric Deveaud https://github.com/EricDeveaud
ENV PYTHONNOUSERSITE=1

RUN apt-get update -y &&\
apt-get install -y --no-install-recommends hmmer python3 python3-pip git
RUN apt-get clean -y
Expand Down

0 comments on commit 8e02bb0

Please sign in to comment.