Skip to content

Commit 90bed08

Browse files
committed
devsim: fix to revision
1 parent 77f7541 commit 90bed08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

device-simulator/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM alpine:3.12 AS build
22

33
RUN apk add --no-cache curl git build-base gcc linux-headers patch
44
RUN git clone --recursive -b plgd.dev https://github.com/iotivity/iotivity-lite.git
5+
RUN (cd /iotivity-lite && git checkout 311705219fd4c17fb5dc858a386e051284c14a80)
56
COPY ./src/ /iotivity-lite/
67
RUN make -C /iotivity-lite/port/linux CLOUD=1 SECURE=1 DEBUG=1 MNT=1 cloud_server
78

0 commit comments

Comments
 (0)