Skip to content

Commit cc9cb63

Browse files
committed
fix (villas-chronics): Fix nlohmann/json package name for debian multiarch dockerfile
Signed-off-by: Ritesh.K <riteshkarki6@gmail.com>
1 parent 924d2d9 commit cc9cb63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packaging/docker/Dockerfile.debian-multiarch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ RUN apt-get update && \
5858
libssl-dev:${ARCH} \
5959
libusb-1.0-0-dev:${ARCH} \
6060
libzmq3-dev:${ARCH} \
61-
uuid-dev:${ARCH} \
62-
nlohmann-json3-dev:${ARCH} \
63-
libbz2:${ARCH}
61+
uuid-dev:${ARCH}
6462

6563
ADD cmake/toolchains/debian-${ARCH}.cmake /
6664

@@ -151,7 +149,9 @@ RUN apt-get update && \
151149
libusb-1.0-0:${ARCH} \
152150
liblua5.3-0:${ARCH} \
153151
libhiredis0.14:${ARCH} \
154-
libmodbus5:${ARCH} && \
152+
libmodbus5:${ARCH} \
153+
nlohmann-json3-dev:${ARCH} \
154+
libbz2-dev:${ARCH} && \
155155
rm -rf /var/lib/apt/lists/*
156156

157157
COPY --from=builder ${PREFIX} ${PREFIX}

0 commit comments

Comments
 (0)