Update examples

This commit is contained in:
Valerii Koval
2023-01-05 12:42:19 +02:00
parent d0835e994c
commit 4a461f5221
541 changed files with 145063 additions and 1 deletions
@@ -0,0 +1,7 @@
FROM obgm/libcoap:build-env
ENV libcoap_dir=/libcoap
ADD . $libcoap_dir
WORKDIR $libcoap_dir
RUN ./autogen.sh --clean && ./autogen.sh