1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-14 23:19:37 +00:00

Fix access to needs.init.outputs.publish (#2728)

* Fix access to needs.init.outputs.publish

* Update Dockerfile
This commit is contained in:
Pascal Vizeli
2021-03-16 21:03:19 +01:00
committed by GitHub
parent b342073ba9
commit 392d0e929b
2 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ RUN \
exit 1; \
fi \
\
&& rm -rf /root/go \
&& rm -rf /root/go /root/.cache \
&& mv vcn /usr/bin/vcn \
\
&& apk del .build-dependencies \