Skip to content

Commit 087e287

Browse files
authored
Update Dockerfile
1 parent f89aca0 commit 087e287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webknossos-tracingstore/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM eclipse-temurin:21-jammy
22

33
RUN apt-get update \
4-
&& apt-get -y install libdraco4 \
4+
&& apt-get -y install libblosc1 libbrotli1 libdraco4 \
55
&& rm -rf /var/lib/apt/lists/*
66

77
RUN mkdir -p /webknossos-tracingstore \

0 commit comments

Comments
 (0)