whatsapp_bridge/Dockerfile aktualisiert
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-alpine:3.19
|
# Wir nutzen das Standard Alpine Image von Docker Hub
|
||||||
FROM $BUILD_FROM
|
FROM alpine:3.19
|
||||||
|
|
||||||
# System-Abhängigkeiten
|
# System-Abhängigkeiten (inkl. bash für bashio Kompatibilität)
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm \
|
||||||
@@ -11,7 +11,9 @@ RUN apk add --no-cache \
|
|||||||
harfbuzz \
|
harfbuzz \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ttf-freefont \
|
ttf-freefont \
|
||||||
udev
|
udev \
|
||||||
|
bash \
|
||||||
|
curl
|
||||||
|
|
||||||
# Puppeteer Konfiguration
|
# Puppeteer Konfiguration
|
||||||
ENV CHROME_BIN=/usr/bin/chromium-browser \
|
ENV CHROME_BIN=/usr/bin/chromium-browser \
|
||||||
|
|||||||
Reference in New Issue
Block a user