Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
🔨 Reduce image size a little
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 6, 2019
1 parent 0d9efa5 commit 04d0f71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appdaemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ RUN \
\
&& pip3 install --no-cache-dir -r /tmp/requirements.txt \
\
&& find /usr/local \
\( -type d -a -name test -o -name tests -o -name '__pycache__' \) \
-o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
-exec rm -rf '{}' + \
\
&& apk del --purge .build-dependencies

# Copy root filesystem
Expand Down

0 comments on commit 04d0f71

Please sign in to comment.