diff options
| author | Linus Nordberg <linus@nordu.net> | 2016-02-19 12:35:31 +0100 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2016-02-19 12:35:31 +0100 | 
| commit | 4dbffdb94f6968ca5ea9d340ec88376ae9833f0a (patch) | |
| tree | 2bf1ac9ddfa62757cf0cb3f275f1b1a8e6312093 | |
| parent | e7a7fab2696ee1997e15a350b4fb1b5071629118 (diff) | |
Base on 'base', like 'erlang' does.
A 'base' that's just a fresh clone of something we like decouples our
services from a particular platform.
| -rw-r--r-- | onion/Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/onion/Dockerfile b/onion/Dockerfile index c1cadcd..df2caed 100644 --- a/onion/Dockerfile +++ b/onion/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM base  RUN apt-get update  RUN echo 'debconf debconf/frontend select noninteractive' | debconf-set-selections  RUN apt-get -y -q install tor | 
