Fix Dockerfile

This commit is contained in:
Pascal Vizeli 2018-08-16 01:42:56 +02:00 committed by GitHub
parent 6e6c2c3efb
commit 85fbde8e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \