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 77f7541 commit 90bed08Copy full SHA for 90bed08
1 file changed
device-simulator/Dockerfile
@@ -2,6 +2,7 @@ FROM alpine:3.12 AS build
2
3
RUN apk add --no-cache curl git build-base gcc linux-headers patch
4
RUN git clone --recursive -b plgd.dev https://github.com/iotivity/iotivity-lite.git
5
+RUN (cd /iotivity-lite && git checkout 311705219fd4c17fb5dc858a386e051284c14a80)
6
COPY ./src/ /iotivity-lite/
7
RUN make -C /iotivity-lite/port/linux CLOUD=1 SECURE=1 DEBUG=1 MNT=1 cloud_server
8
0 commit comments