]> git.immae.eu Git - github/fretlink/docker-node-mongotools.git/commitdiff
Merge pull request #2 from cyrilfretlink/dhall-to-json@1.2.6 8.12.0-1.2.6
authorCyril Sobierajewicz <38043722+cyrilfretlink@users.noreply.github.com>
Mon, 4 Mar 2019 14:41:07 +0000 (15:41 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2019 14:41:07 +0000 (15:41 +0100)
Add `dhall-to-json@1.2.6`

Dockerfile

index cc224ad9e67e10bc1eeadedaff1142ad4baafb41..318469a4a766cfe5fc602a4b611abc62650c6438 100644 (file)
@@ -6,3 +6,6 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF505
 RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.6 main" > /etc/apt/sources.list.d/mongodb-org-3.6.list
 RUN apt-get update
 RUN apt-get install -y mongodb-org-tools mongodb-org-shell
+RUN curl -LO https://github.com/dhall-lang/dhall-haskell/releases/download/1.20.1/dhall-json-1.20.1-x86_64-linux.tar.bz2 && \
+  tar -xf dhall-json-1.20.1-x86_64-linux.tar.bz2 && \
+  mv ./bin/dhall-to-json /usr/bin