mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-19 13:59:15 +02:00
Update Dockerfile
This commit is contained in:
@@ -58,7 +58,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
|
|||||||
|
|
||||||
# Install mustache
|
# Install mustache
|
||||||
# spellcheck disable=SC2015
|
# spellcheck disable=SC2015
|
||||||
# hadolint ignore=SC2015
|
# hadolint ignore=SC2015,DL3017
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
go \
|
go \
|
||||||
npm \
|
npm \
|
||||||
@@ -70,8 +70,8 @@ RUN apk add --no-cache \
|
|||||||
git\
|
git\
|
||||||
go &&\
|
go &&\
|
||||||
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 || true
|
apk del .build-deps xz build-base || true
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
Reference in New Issue
Block a user