@@ -26,13 +26,13 @@ RUN dpkg --add-architecture ${ARCH}
2626# Toolchain
2727RUN apt-get update && \
2828 apt-get install -y \
29- crossbuild-essential-${ARCH} \
30- pkg-config cmake make \
31- autoconf automake autogen libtool \
32- texinfo git curl tar wget diffutils \
33- flex bison \
34- protobuf-compiler protobuf-c-compiler \
35- clang-format clangd
29+ crossbuild-essential-${ARCH} \
30+ pkg-config cmake make \
31+ autoconf automake autogen libtool \
32+ texinfo git curl tar wget diffutils \
33+ flex bison \
34+ protobuf-compiler protobuf-c-compiler \
35+ clang-format clangd
3636
3737# Build-time dependencies
3838RUN apt-get update && \
@@ -126,30 +126,30 @@ RUN dpkg --add-architecture ${ARCH}
126126# Run-time dependencies
127127RUN apt-get update && \
128128 apt-get install -y \
129- libgomp1:${ARCH} \
130- libprotobuf-c1:${ARCH} \
131- libssl1.1:${ARCH} \
132- libcgraph6:${ARCH} \
133- libcdt5:${ARCH} \
134- libgvc6:${ARCH} \
135- libuuid1:${ARCH} \
136- libconfig9:${ARCH} \
137- libnl-3-200:${ARCH} \
138- libnl-route-3-200:${ARCH} \
139- libcurl4:${ARCH} \
140- libjansson4:${ARCH} \
141- libzmq5:${ARCH} \
142- libnanomsg5:${ARCH} \
143- librabbitmq4:${ARCH} \
144- libmosquitto1:${ARCH} \
145- librdkafka1:${ARCH} \
146- libcomedi0:${ARCH} \
147- libibverbs1:${ARCH} \
148- librdmacm1:${ARCH} \
149- libusb-1.0-0:${ARCH} \
150- liblua5.3-0:${ARCH} \
151- libhiredis0.14:${ARCH} \
152- libmodbus5:${ARCH} && \
129+ libgomp1:${ARCH} \
130+ libprotobuf-c1:${ARCH} \
131+ libssl1.1:${ARCH} \
132+ libcgraph6:${ARCH} \
133+ libcdt5:${ARCH} \
134+ libgvc6:${ARCH} \
135+ libuuid1:${ARCH} \
136+ libconfig9:${ARCH} \
137+ libnl-3-200:${ARCH} \
138+ libnl-route-3-200:${ARCH} \
139+ libcurl4:${ARCH} \
140+ libjansson4:${ARCH} \
141+ libzmq5:${ARCH} \
142+ libnanomsg5:${ARCH} \
143+ librabbitmq4:${ARCH} \
144+ libmosquitto1:${ARCH} \
145+ librdkafka1:${ARCH} \
146+ libcomedi0:${ARCH} \
147+ libibverbs1:${ARCH} \
148+ librdmacm1:${ARCH} \
149+ libusb-1.0-0:${ARCH} \
150+ liblua5.3-0:${ARCH} \
151+ libhiredis0.14:${ARCH} \
152+ libmodbus5:${ARCH} && \
153153 rm -rf /var/lib/apt/lists/*
154154
155155COPY --from=builder ${PREFIX} ${PREFIX}
@@ -168,10 +168,10 @@ LABEL \
168168 org.label-schema.schema-version="1.0" \
169169 org.label-schema.name="VILLASnode" \
170170 org.label-schema.license="Apache-2.0" \
171- org.label-schema.vendor="Institute for Automation of Complex Power Systems, RWTH Aachen University " \
171+ org.label-schema.vendor="The VILLASframework authors " \
172172 org.label-schema.author.name="Steffen Vogel" \
173173 org.label-schema.author.email="
[email protected] " \
174- org.label-schema.description="A image containing all build-time dependencies for VILLASnode based on Fedora " \
174+ org.label-schema.description="A image containing all build-time dependencies for VILLASnode based on Debian " \
175175 org.label-schema.url="http://fein-aachen.org/projects/villas-framework/" \
176- org.label-schema.vcs-url="https://git.rwth-aachen.de/acs/public/villas /node" \
177- org.label-schema.usage="https://villas.fein-aachen.org/doc /node- installation.html#node-installation- docker"
176+ org.label-schema.vcs-url="https://github.com/VILLASframework /node" \
177+ org.label-schema.usage="https://villas.fein-aachen.org/docs /node/ installation# docker"
0 commit comments