1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

Fix Dockerfile

This commit is contained in:
Pascal Vizeli
2018-08-16 01:42:56 +02:00
committed by GitHub
parent 6e6c2c3efb
commit 85fbde8e36

View File

@@ -2,7 +2,7 @@ ARG BUILD_FROM
FROM $BUILD_FROM
# Install base
apk add --no-cache \
RUN apk add --no-cache \
git \
socat \
glib \