mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
docker: install Lua headers
This commit is contained in:
parent
a2b5f1abb2
commit
66bbabee38
6 changed files with 14 additions and 7 deletions
|
@ -56,7 +56,8 @@ RUN apk update && \
|
|||
zeromq-dev \
|
||||
rabbitmq-c-dev \
|
||||
mosquitto-dev \
|
||||
libusb-dev
|
||||
libusb-dev \
|
||||
lua-dev
|
||||
|
||||
RUN if [ "${ARCH}" != "armv6" -a "${ARCH}" != "armv7" ]; then \
|
||||
apk add \
|
||||
|
@ -126,7 +127,8 @@ RUN apk add \
|
|||
rabbitmq-c \
|
||||
mosquitto \
|
||||
libusb \
|
||||
ossp-uuid@testing
|
||||
ossp-uuid@testing \
|
||||
lua
|
||||
|
||||
RUN if [ "${ARCH}" != "armv6" -a "${ARCH}" != "armv7" ]; then \
|
||||
apk add \
|
||||
|
|
|
@ -58,7 +58,8 @@ RUN dnf -y install \
|
|||
mosquitto-devel \
|
||||
libibverbs-devel \
|
||||
librdmacm-devel \
|
||||
libusb1-devel
|
||||
libusb1-devel \
|
||||
lua-devel
|
||||
|
||||
# Add local and 64-bit locations to linker paths
|
||||
ENV echo /usr/local/lib >> /etc/ld.so.conf && \
|
||||
|
|
|
@ -61,7 +61,8 @@ RUN apt-get update && \
|
|||
librdmacm-dev \
|
||||
libusb-1.0-0-dev \
|
||||
libfmt-dev \
|
||||
libspdlog-dev
|
||||
libspdlog-dev \
|
||||
liblua5.3-dev
|
||||
|
||||
# Add local and 64-bit locations to linker paths
|
||||
ENV echo /usr/local/lib >> /etc/ld.so.conf && \
|
||||
|
|
|
@ -65,7 +65,8 @@ RUN apt-get update && \
|
|||
libcomedi-dev:${ARCH} \
|
||||
libibverbs-dev:${ARCH} \
|
||||
librdmacm-dev:${ARCH} \
|
||||
libre-dev:${ARCH}
|
||||
libre-dev:${ARCH} \
|
||||
liblua5.3-dev
|
||||
|
||||
# Add local and 64-bit locations to linker paths
|
||||
ENV echo /usr/local/lib >> /etc/ld.so.conf && \
|
||||
|
|
|
@ -76,7 +76,8 @@ RUN dnf -y install \
|
|||
mosquitto-devel \
|
||||
libibverbs-devel \
|
||||
librdmacm-devel \
|
||||
libusb-devel
|
||||
libusb-devel \
|
||||
lua-devel
|
||||
|
||||
# Add local and 64-bit locations to linker paths
|
||||
RUN echo /usr/local/lib >> /etc/ld.so.conf && \
|
||||
|
|
|
@ -62,7 +62,8 @@ RUN apt-get update && \
|
|||
libusb-1.0-0-dev \
|
||||
libwebsockets-dev \
|
||||
libfmt-dev \
|
||||
libspdlog-dev
|
||||
libspdlog-dev \
|
||||
liblua5.3-dev
|
||||
|
||||
# Add local and 64-bit locations to linker paths
|
||||
ENV echo /usr/local/lib >> /etc/ld.so.conf && \
|
||||
|
|
Loading…
Add table
Reference in a new issue