diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-03-27 13:32:21 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-03-27 13:32:21 +0100 |
commit | 823e61b210e1e52dd89afa36bc253488d837280b (patch) | |
tree | 70adc7627c44ecd1f5661ebf0dc36c6816e29f02 | |
parent | f690603f944162dab23d840fd2d9b1fe44bae971 (diff) |
tar xzf
-rw-r--r-- | packaging/docker/catlfish-dev/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/docker/catlfish-dev/Dockerfile b/packaging/docker/catlfish-dev/Dockerfile index 7015ce6..d71b1f2 100644 --- a/packaging/docker/catlfish-dev/Dockerfile +++ b/packaging/docker/catlfish-dev/Dockerfile @@ -12,13 +12,13 @@ RUN apt-get -y -q install gcc git make curl WORKDIR /usr/local/src -RUN curl https://www.ct.nordu.net/dist/mochiweb-v2.12.2.tar.gz | tar xf - +RUN curl https://www.ct.nordu.net/dist/mochiweb-v2.12.2.tar.gz | tar xzf - RUN make -C mochiweb -RUN curl https://www.ct.nordu.net/dist/lager-2.1.1.tar.gz | tar xf - +RUN curl https://www.ct.nordu.net/dist/lager-2.1.1.tar.gz | tar xzf - RUN make -C lager -RUN curl https://www.ct.nordu.net/dist/hackney-1.1.0.tar.gz | tar xf - +RUN curl https://www.ct.nordu.net/dist/hackney-1.1.0.tar.gz | tar xzf - RUN make -C hackney REBAR=../lager/rebar RUN git clone https://git.nordu.net/plop.git |