We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89aca0 commit 087e287Copy full SHA for 087e287
webknossos-tracingstore/Dockerfile
@@ -1,7 +1,7 @@
1
FROM eclipse-temurin:21-jammy
2
3
RUN apt-get update \
4
- && apt-get -y install libdraco4 \
+ && apt-get -y install libblosc1 libbrotli1 libdraco4 \
5
&& rm -rf /var/lib/apt/lists/*
6
7
RUN mkdir -p /webknossos-tracingstore \
0 commit comments