Skip to content

Commit

Permalink
Delete pip cache to reduce image size a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
srd424 committed Jul 11, 2023
1 parent b7ce869 commit 655330d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ RUN bash -c 'f=exclude_species_list.txt; d=/home/pi/BirdNET-Pi; rm -f $d/$f && l
RUN bash -c 'f=include_species_list.txt; d=/home/pi/BirdNET-Pi; rm -f $d/$f && ln -s /state/$f $d/$f'
RUN bash -c 'f=birds.db; d=/home/pi/BirdNET-Pi/scripts; rm -f $d/$f && ln -s /state/$f $d/$f'

RUN rm -r /home/pi/.cache

EXPOSE 80
ENTRYPOINT ["/bin/systemd"]

0 comments on commit 655330d

Please sign in to comment.