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