Update Dockerfile
This commit is contained in:
parent
93afe5bcb3
commit
6c4aebb1a2
1 changed files with 1 additions and 1 deletions
|
@ -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 ../ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue