File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11FROM openthread/otbr:latest
22
33ENV MQTT_SN_REPO=paho.mqtt-sn.embedded-c
4- ENV MQTT_SN_ZIP=https://github.com/eclipse/"$MQTT_SN_REPO" /archive/develop .zip
4+ ENV MQTT_SN_ZIP=https://github.com/eclipse/"$MQTT_SN_REPO" /archive/master .zip
55
66RUN DEBIAN_FRONTEND=noninteractive apt -y update
77RUN DEBIAN_FRONTEND=noninteractive apt -y install wget unzip libssl-dev
@@ -10,9 +10,9 @@ RUN wget --progress=dot:giga --no-check-certificate -O "$MQTT_SN_REPO".zip "$MQT
1010RUN unzip "$MQTT_SN_REPO" .zip
1111RUN rm "$MQTT_SN_REPO" .zip
1212
13- RUN cd "$MQTT_SN_REPO" -develop /MQTTSNGateway && sed -i "s/^GatewayUDP6Hops=.*$/GatewayUDP6Hops=64/" gateway.conf
14- RUN cd "$MQTT_SN_REPO" -develop /MQTTSNGateway && sed -i "s/^GatewayUDP6Port=.*$/GatewayUDP6Port=47193/" gateway.conf
15- RUN cd "$MQTT_SN_REPO" -develop /MQTTSNGateway && sed -i "s/^GatewayUDP6Broadcast=.*$/GatewayUDP6Broadcast=ff33:40:fdde:ad00:beef:0:0:1/" gateway.conf
16- RUN cd "$MQTT_SN_REPO" -develop /MQTTSNGateway && make SENSORNET=udp6 && make install
13+ RUN cd "$MQTT_SN_REPO" -master /MQTTSNGateway && sed -i "s/^GatewayUDP6Hops=.*$/GatewayUDP6Hops=64/" gateway.conf
14+ RUN cd "$MQTT_SN_REPO" -master /MQTTSNGateway && sed -i "s/^GatewayUDP6Port=.*$/GatewayUDP6Port=47193/" gateway.conf
15+ RUN cd "$MQTT_SN_REPO" -master /MQTTSNGateway && sed -i "s/^GatewayUDP6Broadcast=.*$/GatewayUDP6Broadcast=ff33:40:fdde:ad00:beef:0:0:1/" gateway.conf
16+ RUN cd "$MQTT_SN_REPO" -master /MQTTSNGateway && make SENSORNET=udp6 && make install
1717
1818ADD docker_entrypoint.sh /app/borderrouter/script
You can’t perform that action at this time.
0 commit comments