fix(Dockerfile): Add cmake to allow actually mounting bucket
This commit is contained in:
parent
1a1d760e69
commit
5c869388a1
@ -24,7 +24,9 @@ FROM debian:12.1 as release
|
|||||||
COPY --from=builder /mountpoint-s3/target/release/mount-s3 /mount-s3
|
COPY --from=builder /mountpoint-s3/target/release/mount-s3 /mount-s3
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y libfuse-dev && \
|
apt install -y \
|
||||||
|
cmake \
|
||||||
|
libfuse-dev && \
|
||||||
apt clean all
|
apt clean all
|
||||||
|
|
||||||
CMD [ "/mount-s3" ]
|
CMD [ "/mount-s3" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user