Skip to content

Commit

Permalink
libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jan 31, 2025
1 parent 48be32a commit 5e199c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ COPY ./libwebsockets/ ./libwebsockets/

# Install build dependencies (adjust as needed)
RUN apt-get update && \
apt-get install -y build-essential cmake libuv1-dev libpcre2-dev libyajl-dev libcurl4-openssl-dev tzdata && \
apt-get install -y build-essential cmake libuv1-dev libpcre2-dev libyajl-dev libcurl4-openssl-dev libssl-dev tzdata && \
export OPENSSL_ROOT_DIR="/usr" && \
cmake -DCMAKE_BUILD_TYPE=Release . && \
make

Expand Down

0 comments on commit 5e199c9

Please sign in to comment.