File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM microsoft/dotnet:2.1-runtime-stretch-slim-arm32v7
2
2
3
3
COPY iot_guestbook /usr/bin/iot_guestbook
4
- COPY mongo-embedded-sdk-4.0.latest -debian9-armhf.tar.gz /tmp/mongo-embedded-sdk-4.0.latest -debian9-armhf.tar.gz
5
- RUN tar xzvf /tmp/mongo-embedded-sdk-4.0.latest -debian9-armhf.tar.gz -C /opt/ && rm /tmp/mongo-embedded-sdk-4.0.latest -debian9-armhf.tar.gz
6
- ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/mongo-embedded-sdk-4.0.latest /lib/"
4
+ COPY mongo-embedded-sdk-4.0.4 -debian9-armhf.tar.gz /tmp/mongo-embedded-sdk-4.0.4 -debian9-armhf.tar.gz
5
+ RUN tar xzvf /tmp/mongo-embedded-sdk-4.0.4 -debian9-armhf.tar.gz -C /opt/ && rm /tmp/mongo-embedded-sdk-4.0.4 -debian9-armhf.tar.gz
6
+ ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/mongo-embedded-sdk-4.0.4 /lib/"
7
7
8
8
CMD ["/usr/bin/iot_guestbook" ]
You can’t perform that action at this time.
0 commit comments