Skip to content

Commit e163b4b

Browse files
committed
feat: install fuse package together with blobfuse in proxy install
1 parent 4023a46 commit e163b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobfuse-proxy/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ then
2929
cp /blobfuse-proxy/packages-microsoft-prod.deb /host/etc/
3030
$HOST_CMD dpkg -i /etc/packages-microsoft-prod.deb && \
3131
$HOST_CMD apt update && \
32-
$HOST_CMD apt-get install -y blobfuse="${BLOBFUSE_VERSION}" && \
32+
$HOST_CMD apt-get install -y fuse blobfuse="${BLOBFUSE_VERSION}" && \
3333
$HOST_CMD rm -f /etc/packages-microsoft-prod.deb
3434
fi
3535

0 commit comments

Comments
 (0)