Skip to content

Instantly share code, notes, and snippets.

@ironicbadger
Created November 3, 2015 13:33
Show Gist options
  • Save ironicbadger/5597e4b4fb803e2b7755 to your computer and use it in GitHub Desktop.
Save ironicbadger/5597e4b4fb803e2b7755 to your computer and use it in GitHub Desktop.
FROM l3iggs/archlinux-aur
USER root
RUN pacman -Syu --noconfirm
USER docker
RUN packer -S --noconfirm snapraid
VOLUME /mnt
ADD snapraid.conf /etc/snapraid.conf
USER root
CMD ["snapraid", "sync"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment