Rafael Calleja commited on
Commit
004fcf7
·
1 Parent(s): 7b04f2c

try mounting

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -6,7 +6,6 @@ ARG SSH_HOST
6
  ARG SSH_USER
7
  ARG SSH_PATH=/var/tmp/restic
8
 
9
- RUN echo $ROOTFS ; exit 1
10
  RUN apt update && apt install -yq wget bzip2 make time sshfs fuse3 && \
11
  wget -qO - https://raw.githubusercontent.com/cupcakearmy/autorestic/master/install.sh | bash && \
12
  autorestic --version && \
 
6
  ARG SSH_USER
7
  ARG SSH_PATH=/var/tmp/restic
8
 
 
9
  RUN apt update && apt install -yq wget bzip2 make time sshfs fuse3 && \
10
  wget -qO - https://raw.githubusercontent.com/cupcakearmy/autorestic/master/install.sh | bash && \
11
  autorestic --version && \