test drone deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Paolo Asperti 2021-09-12 18:52:48 +02:00
parent 8c2ef1dd5d
commit a37feb8dcb
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2
FROM ${BUILD_FROM}
# --no-cache
@ -7,7 +7,7 @@ RUN \
apk -U upgrade && \
apk add ghostscript py3-flask py3-gunicorn && \
apk add py3-unoconv --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ && \
apk add font-noto-all ttf-freefont ttf-font-awesome ttf-opensans && \
apk add font-noto-all ttf-ubuntu-font-family ttf-freefont ttf-font-awesome ttf-opensans && \
apk add samba-client jq
COPY start.sh /app/