Skip to content

Commit

Permalink
fix(home-assistant): uninstall uv after everything is done
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Oct 1, 2024
1 parent 99c143f commit 89628d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/home-assistant/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ RUN \
mkdir -p /config \
&& chown nobody:nogroup -R /config \
&& \
pip uninstall --yes uv \
&& \
apk del --purge .build-deps \
&& \
rm -rf \
Expand Down

0 comments on commit 89628d8

Please sign in to comment.