mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 14:51:50 +02:00
Update Dockerfile
This commit is contained in:
@@ -5,9 +5,9 @@ ARG BASHIO_VERSION=0.13.0
|
|||||||
ARG TEMPIO_VERSION=2021.01.0
|
ARG TEMPIO_VERSION=2021.01.0
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
|
|
||||||
#ENV LANG='C.UTF-8'\
|
ENV LANG='C.UTF-8'\
|
||||||
# TERM='xterm-256color'\
|
TERM='xterm-256color'\
|
||||||
# GOPATH='/opt/go'
|
GOPATH='/opt/go'
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
################
|
################
|
||||||
@@ -35,16 +35,16 @@ RUN \
|
|||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
go \
|
go \
|
||||||
npm \
|
npm \
|
||||||
&& npm install mustache-cli --global
|
# && npm install mustache-cli --global
|
||||||
# && apk upgrade --no-cache &&\
|
&& apk upgrade --no-cache &&\
|
||||||
# apk add --no-cache --virtual .build-deps\
|
apk add --no-cache --virtual .build-deps\
|
||||||
# build-base\
|
build-base\
|
||||||
# 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
|
apk del .build-deps xz build-base
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|||||||
Reference in New Issue
Block a user