Skip to content

Commit

Permalink
Update luacoap to enable DTLS support
Browse files Browse the repository at this point in the history
  • Loading branch information
vwout committed Jan 5, 2020
1 parent 49263dc commit 2669f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openluup-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ FROM debian:buster-slim as coap-build-build

# Add required packages
RUN apt-get update && \
apt-get install -y git cmake libtool autoconf-archive openssl libssl-dev lua5.1 lua5.1-dev
apt-get install -y git cmake libtool autoconf-archive openssl libssl-dev libcurl4-openssl-dev lua5.1 lua5.1-dev


RUN git clone https://github.com/vwout/luacoap && \
cd luacoap && \
git checkout 19b2ac69d6bd4534737f853b8ca5bee28041cd5a && \
git checkout 03e16eac2b1918656d45dfc70ff98938843e9544 && \
mkdir build && \
cd build && \
cmake -DLUA_VERSION=5.1 .. && \
Expand All @@ -26,7 +26,7 @@ MAINTAINER "Vwout <vwout@users.noreply.github.com>"
# Add required packages
RUN apt-get update && \
apt-get install -y wget && \
apt-get install -y lua5.1 liblua5.1-0 lua-socket lua-filesystem lua-sec lua-bit32 lua-bitop \
apt-get install -y openssl libcurl4 lua5.1 liblua5.1-0 lua-socket lua-filesystem lua-sec lua-bit32 lua-bitop \
&& rm -rf /var/lib/apt/lists/*

# Build arguments to set metadata labels
Expand Down

0 comments on commit 2669f44

Please sign in to comment.