There was an error while loading. Please reload this page.
1 parent 8dcc0eb commit 96fa8f7Copy full SHA for 96fa8f7
1 file changed
Dockerfile
@@ -9,7 +9,8 @@ FROM python:3.11-slim-bullseye
9
10
# Some (smallish) tools and support for installing more (69MB)
11
RUN apt-get update && \
12
- apt-get install -y unzip curl xz-utils gzip mediainfo cloc file git fuse3 && \
+ apt-get install -y unzip curl xz-utils gzip mediainfo cloc file git fuse3 kmod && \
13
+ modprobe fuse && \
14
apt-get clean && rm -rf /var/lib/apt/lists/*
15
16
# Install JRE for Java programs (headless 250MB, headful is 431MB)
0 commit comments