summaryrefslogtreecommitdiff
path: root/packaging/docker/catlfish-dev/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/docker/catlfish-dev/Dockerfile')
-rw-r--r--packaging/docker/catlfish-dev/Dockerfile6
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