5 lines
159 B
Docker
5 lines
159 B
Docker
FROM dda-backup:latest
|
|
|
|
ADD resources /tmp/
|
|
RUN install -m 0700 -o root -g root /tmp/test.bb /usr/local/bin/
|
|
RUN FILE_PASSWORD_FILE=/tmp/file_password test.bb
|