Update Dockerfile

This commit is contained in:
Pascal Vizeli 2017-10-21 11:40:16 +02:00 committed by GitHub
parent 21bc6d325b
commit 93afe5bcb3

View file

@ -122,7 +122,7 @@ RUN mkdir -p bluez-deprecated \
&& cd bluez-deprecated \
&& if [ "$BUILD_ARCH" = "amd64" ]; then APK_ARCH= "x86_64"; \
elif [ "$BUILD_ARCH" = "i386" ]; then APK_ARCH= "x86"; \
else APK_ARCH="$BUILD_ARCH"; \
else APK_ARCH="$BUILD_ARCH"; fi \
&& curl -o bluez-deprecated-5.47-r3.apk http://dl-3.alpinelinux.org/alpine/edge/main/$APK_ARCH/bluez-deprecated-5.47-r3.apk \
&& tar -xzf bluez-deprecated-5.47-r3.apk usr/bin/gatttool \
&& mv usr/bin/gatttool /usr/bin/ \