Last active
August 19, 2016 14:43
-
-
Save totoCZ/8aea7552621b5111e4193d5ec5e97946 to your computer and use it in GitHub Desktop.
docker build -t "ftplicity" .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM wernight/duplicity | |
USER root | |
RUN apk add --update lftp | |
USER duplicity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment