We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9754f52 commit 48be32aCopy full SHA for 48be32a
1 file changed
docker/arm64.Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && \
17
# Final image
18
FROM arm64v8/debian:bookworm-slim
19
RUN apt-get update && \
20
- apt-get install -y libpcre2-8 libuv1 libyajl2 libcurl4 tzdata && \
+ apt-get install -y libpcre2-8-0 libuv1 libyajl2 libcurl4 tzdata && \
21
mkdir -p /var/lib/thingsdb
22
23
# Copy the built binary
0 commit comments