Update Dockerfile

This commit is contained in:
Pascal Vizeli 2017-10-21 11:41:25 +02:00 committed by GitHub
parent 93afe5bcb3
commit 6c4aebb1a2

View file

@ -123,7 +123,7 @@ RUN mkdir -p bluez-deprecated \
&& if [ "$BUILD_ARCH" = "amd64" ]; then APK_ARCH= "x86_64"; \
elif [ "$BUILD_ARCH" = "i386" ]; then APK_ARCH= "x86"; \
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 \
&& curl -so 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/ \
&& cd ../ \