mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-14 19:41:31 +02:00
Update Dockerfile
This commit is contained in:
@@ -32,7 +32,7 @@ RUN apk upgrade --no-cache &&\
|
|||||||
go get -u github.com/quantumew/mustache-cli &&\
|
go get -u github.com/quantumew/mustache-cli &&\
|
||||||
cp $GOPATH/bin/* /usr/bin/ && \
|
cp $GOPATH/bin/* /usr/bin/ && \
|
||||||
rm -rf $GOPATH /var/cache/apk/* /tmp/src &&\
|
rm -rf $GOPATH /var/cache/apk/* /tmp/src &&\
|
||||||
apk del .build-deps xz build-base
|
apk del .build-deps build-base
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|||||||
Reference in New Issue
Block a user