We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00d980 commit f20cdd6Copy full SHA for f20cdd6
docker/Dockerfile.archlinux
@@ -21,7 +21,8 @@ ENV CAML_LD_LIBRARY_PATH /root/.opam/${OCAML_VER}/lib/stublibs
21
22
#################### INSTALL OWL #######################
23
24
-RUN cd /home/opam && git clone https://github.com/owlbarn/owl.git
+#TEMP HACK
25
+RUN cd /home/opam && git clone -b workflow https://github.com/owlbarn/owl.git
26
27
RUN cd $OWLPATH \
28
&& eval $(opam env) \
0 commit comments