summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCyril Sobierajewicz <38043722+cyrilfretlink@users.noreply.github.com>2019-03-04 15:41:07 +0100
committerGitHub <noreply@github.com>2019-03-04 15:41:07 +0100
commitd3589523a93f0429ae95e2704973290b729e8c73 (patch)
tree493c15378cb75da3eaa57fd66781ceeeb3b3bef3
parent114864353209bc186ebd0e8c61314df0a826c1bd (diff)
parent712ad34f191bba12c2481da484d5122f971f564b (diff)
downloaddocker-node-mongotools-d3589523a93f0429ae95e2704973290b729e8c73.tar.gz
docker-node-mongotools-d3589523a93f0429ae95e2704973290b729e8c73.tar.zst
docker-node-mongotools-d3589523a93f0429ae95e2704973290b729e8c73.zip
Merge pull request #2 from cyrilfretlink/dhall-to-json@1.2.68.12.0-1.2.6
Add `dhall-to-json@1.2.6`
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index cc224ad..318469a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,3 +6,6 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF505
6RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.6 main" > /etc/apt/sources.list.d/mongodb-org-3.6.list 6RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.6 main" > /etc/apt/sources.list.d/mongodb-org-3.6.list
7RUN apt-get update 7RUN apt-get update
8RUN apt-get install -y mongodb-org-tools mongodb-org-shell 8RUN apt-get install -y mongodb-org-tools mongodb-org-shell
9RUN curl -LO https://github.com/dhall-lang/dhall-haskell/releases/download/1.20.1/dhall-json-1.20.1-x86_64-linux.tar.bz2 && \
10 tar -xf dhall-json-1.20.1-x86_64-linux.tar.bz2 && \
11 mv ./bin/dhall-to-json /usr/bin