diff options
| author | Linus Nordberg <linus@nordu.net> | 2017-02-21 09:52:34 +0100 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2017-02-21 09:52:34 +0100 | 
| commit | 769bf35bee088a212d60e5d64c5242ba004b7a31 (patch) | |
| tree | e32b5f6d0688a07698aa5a59fcc92416e88c6bd1 | |
| parent | f2c51e5f055af25e7a8ecffb701a139d3cf14c8c (diff) | |
Move catlfish source directory.
| -rw-r--r-- | catlfish-dev/Dockerfile | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/catlfish-dev/Dockerfile b/catlfish-dev/Dockerfile index d52c46e..83464eb 100644 --- a/catlfish-dev/Dockerfile +++ b/catlfish-dev/Dockerfile @@ -67,6 +67,9 @@ RUN make -C plop  WORKDIR /usr/local/src  RUN git clone https://git.nordu.net/catlfish.git  RUN make -C catlfish PREFIX=/usr/local all release +# Move source dir into installation dir, to make $CWD/../lib/ make +# sense for escripts. +RUN mv /usr/local/src/catlfish /usr/local/catlfish/src  # Config dir is mounted from host using `-v' to 'docker run'.  VOLUME /usr/local/etc/catlfish | 
