1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 17:08:36 +01: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
+1 -1
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 \