1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

docker: built our own libwebsockets for Alpine docker images as the version from the repo has no IPv6 support

This commit is contained in:
Steffen Vogel 2021-01-08 19:11:01 +01:00
parent 62b4f58092
commit 39e497b376

View file

@ -53,7 +53,6 @@ RUN apk update && \
openssl-dev \
ossp-uuid-dev@testing \
libconfig-dev \
libwebsockets-dev \
curl-dev \
jansson-dev \
spdlog-dev \
@ -112,7 +111,6 @@ RUN apk add \
openssl \
ossp-uuid@testing \
libconfig \
libwebsockets \
curl \
jansson \
spdlog \