瀏覽代碼

docker: no longer install fuse2 to get fusermount

fusermount3 works as expected
Fabian Peter Hammerle 6 年之前
父節點
當前提交
cffc70fca2
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -25,9 +25,6 @@ RUN apk add --no-cache \
 
 RUN echo user_allow_other >> /etc/fuse.conf
 
-# optional, contains fusermount
-RUN apk add --no-cache fuse
-
 RUN adduser -S encrypt
 USER encrypt