[Doc upload] use abstract if title is empty
[gargantext.git] / devops / docker / Dockerfile-ihaskell
index dd3e1c8524488123f5a24a461df4f4faed233b9c..d313b3770ae06ed817fd9dc7527d36c6891794bf 100644 (file)
@@ -26,6 +26,23 @@ USER 1000
 # WORKDIR /home/joyvan/src
 # RUN stack install --fast
 
+RUN stack install aeson aeson-lens aeson-pretty array \
+    blaze-html blaze-markup bytestring \
+    conduit conduit-extra containers \
+    deepseq directory duckling \
+    ekg-core ekg-json exceptions \
+    fgl filepath formatting \
+    hashable hsparql http-api-data http-client http-client-tls http-conduit \
+    ini json-stream lens monad-control monad-logger \
+    morpheus-graphql morpheus-graphql-app morpheus-graphql-core morpheus-graphql-subscriptions \
+    mtl natural-transformation opaleye pandoc parallel parsec rdf4h \
+    postgresql-simple profunctors protolude semigroups \
+    servant servant-auth servant-auth-swagger servant-server \
+    tagsoup template-haskell time transformers transformers-base \
+    tuple unordered-containers uuid vector \
+    wai wai-app-static wai-cors wai-extra wai-websockets warp wreq \
+    xml-conduit xml-types yaml zip zlib --fast
+
 #CMD ["jupyter", "notebook", "--ip", "0.0.0.0"]
 CMD ["stack", "exec", "jupyter", "--", "notebook", "--ip", "0.0.0.0"]