We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fab15 commit c7b156eCopy full SHA for c7b156e
opam/2.0/Dockerfile
@@ -45,8 +45,6 @@ RUN set -eux; \
45
opam init -a -y --shell='sh' --disable-sandboxing; \
46
eval "$(opam env)"; \
47
opam update; \
48
- # https://discuss.ocaml.org/t/ann-opam-2-0-2/3046/11
49
- opam pin add -y dune 1.5.1; \
50
opam install -y . --deps-only; \
51
./configure; \
52
sudo -E "PATH=$PATH" make libinstall; \
@@ -56,8 +54,8 @@ RUN set -eux; \
56
54
57
55
ENV ENV /home/opam/.profile
58
59
-COPY --chown=opam docker-entrypoint.sh /docker-entrypoint.sh
+COPY --chown=opam:nogroup docker-entrypoint.sh /docker-entrypoint.sh
60
RUN chmod 700 /docker-entrypoint.sh
61
62
ENTRYPOINT ["/docker-entrypoint.sh"]
63
-CMD ["opam"]
+CMD ["opam"]
0 commit comments