We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5eef20 commit 1377107Copy full SHA for 1377107
Dockerfile
@@ -10,7 +10,7 @@ COPY . /app
10
RUN cargo build --release --locked --bin lading
11
12
FROM docker.io/debian:bullseye-20240701-slim
13
-RUN apt-get update && apt-get install -y libfuse3-dev=3.10.3-2 fuse3 && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y libfuse3-dev=3.10.3-2 fuse3=3.10.3-2 && rm -rf /var/lib/apt/lists/*
14
COPY --from=builder /app/target/release/lading /usr/bin/lading
15
16
# smoke test
0 commit comments