Update Dockerfile

This commit is contained in:
Pascal Vizeli 2017-10-22 16:02:38 +02:00 committed by GitHub
parent f830dc8219
commit 4449eeeaa1

View file

@ -118,7 +118,7 @@ RUN apk add --no-cache \
RUN apk add --no-cache \
readline \
&& apk add --no-cache --virtual .build-dependencies \
gcc g++ make musl-dev consolekit dbus-dev libusb-compat-dev eudev-dev \
gcc g++ make musl-dev dbus-dev libusb-compat-dev eudev-dev \
libical-dev readline-dev glib-dev linux-headers \
autoconf automake libtool \
&& mkdir -p bluez-deprecated \