forked from Ivasoft/objectivefs-docker-volume
mount.objectivefs requires fusermount to work
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -14,5 +14,6 @@ COPY --from=builder /usr/local/src/objectivefs-docker-volume/bin/objectivefs-doc
|
||||
COPY bin/mount.objectivefs /sbin/
|
||||
COPY config.json /
|
||||
|
||||
RUN mkdir -p /run/docker/plugins && \
|
||||
RUN apt-get update && apt-get install -y fuse && rm -rf /var/lib/apt/lists/* && \
|
||||
mkdir -p /run/docker/plugins && \
|
||||
chmod +x /sbin/mount.objectivefs
|
||||
|
||||
Reference in New Issue
Block a user