mirror of
https://github.com/openharmony/third_party_libcoap.git
synced 2026-07-20 21:59:35 -04:00
8 lines
136 B
Docker
8 lines
136 B
Docker
FROM obgm/libcoap:build-env
|
|
|
|
ENV libcoap_dir=/libcoap
|
|
ADD . $libcoap_dir
|
|
WORKDIR $libcoap_dir
|
|
|
|
RUN ./autogen.sh --clean && ./autogen.sh
|