Skip to content

Instantly share code, notes, and snippets.

@NightWhistler
Last active January 12, 2019 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NightWhistler/18a2a26c2b47ebf8895b92039e57d8c9 to your computer and use it in GitHub Desktop.
Save NightWhistler/18a2a26c2b47ebf8895b92039e57d8c9 to your computer and use it in GitHub Desktop.
FROM debian:8
MAINTAINER Alex Kuiper <alex@nightwhistler.net>
RUN apt-get update
RUN apt-get install -y apt-utils apt-transport-https
RUN echo 'deb http://download.owncloud.org/download/repositories/8.2/Debian_8.0/ /' > /etc/apt/sources.list.d/owncloud.list
RUN apt-get update
## Install base packages
... (identical to previous from here)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment