Skip to content

Commit 96fa8f7

Browse files
authored
Update Dockerfile
Setup fuse with modprobe
1 parent 8dcc0eb commit 96fa8f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ FROM python:3.11-slim-bullseye
99

1010
# Some (smallish) tools and support for installing more (69MB)
1111
RUN apt-get update && \
12-
apt-get install -y unzip curl xz-utils gzip mediainfo cloc file git fuse3 && \
12+
apt-get install -y unzip curl xz-utils gzip mediainfo cloc file git fuse3 kmod && \
13+
modprobe fuse && \
1314
apt-get clean && rm -rf /var/lib/apt/lists/*
1415

1516
# Install JRE for Java programs (headless 250MB, headful is 431MB)

0 commit comments

Comments
 (0)