We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a281b17 commit c34c100Copy full SHA for c34c100
Makefile
@@ -1,6 +1,5 @@
1
import-lorawan-devices:
2
- docker-compose run --rm --entrypoint bash --user root chirpstack -c '\
3
- apt-get update && \
4
- apt-get install -y make git && \
+ docker-compose run --rm --entrypoint sh --user root chirpstack -c '\
+ apk add --no-cache git && \
5
git clone https://github.com/brocaar/lorawan-devices /tmp/lorawan-devices && \
6
chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /tmp/lorawan-devices'
0 commit comments