Skip to content
Snippets Groups Projects
Commit ea1c236a authored by Shachar Itzhaky's avatar Shachar Itzhaky
Browse files

[build] Added findlib.conf for SDK image.

parent 3d771225
No related branches found
No related tags found
No related merge requests found
......@@ -171,9 +171,11 @@ RUN if [ ${WORDSIZE} = 32 ] ; then \
apt-get clean && rm -rf /var/lib/apt/lists/*
COPY gosu-entrypoint.sh /root/gosu-entrypoint.sh
COPY sdk-findlib.conf /opt/jscoq/findlib.conf
ENTRYPOINT ["/root/gosu-entrypoint.sh"]
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/jscoq/bin
ENV OCAMLFIND_CONF /opt/jscoq/findlib.conf
# ----------------------------------------------------------
#
......
destdir="/opt/jscoq/lib"
path="/opt/jscoq/lib"
ocamlc="ocamlc.opt"
ocamlopt="ocamlopt.opt"
ocamldep="ocamldep.opt"
ocamldoc="ocamldoc.opt"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment