File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
- FROM ocaml/opam:debian-11-ocaml-4.14 -afl
1
+ FROM ocaml/opam:debian-11-ocaml-5.1 -afl
2
2
3
3
USER root
4
4
5
5
RUN apt-get update \
6
- && apt-get install -y m4 bmake cpio net-tools fswatch pkg-config \
7
- && rm -rf /var/lib/apt/lists/*
6
+ && apt-get install -y m4 bmake cpio net-tools fswatch pkg-config \
7
+ && rm -rf /var/lib/apt/lists/*
8
8
9
9
RUN git config --global --add safe.directory "*"
10
10
11
11
RUN cd /home/opam/opam-repository \
12
- && git pull origin master
12
+ && git pull origin master
13
13
14
14
RUN opam update \
15
- && opam install core \
16
- core_unix \
17
- merlin \
18
- yaml \
19
- ezjsonm \
20
- mustache \
21
- dune \
22
- fpath \
23
- ocamlfind \
24
- ounit \
25
- ounit2 \
26
- qcheck \
27
- react \
28
- ppx_deriving \
29
- ppx_let \
30
- ppx_sexp_conv \
31
- yojson \
32
- ocp-indent \
33
- calendar \
34
- getopts \
35
- stdio
15
+ && opam install core \
16
+ core_unix \
17
+ merlin \
18
+ yaml \
19
+ ezjsonm \
20
+ mustache \
21
+ dune \
22
+ fpath \
23
+ ocamlfind \
24
+ ounit \
25
+ ounit2 \
26
+ qcheck \
27
+ react \
28
+ ppx_deriving \
29
+ ppx_let \
30
+ ppx_sexp_conv \
31
+ yojson \
32
+ ocp-indent \
33
+ calendar \
34
+ getopt \
35
+ stdio
36
36
37
- ENV PATH="/home/opam/.opam/4.14 /bin:${PATH}" \
38
- MAKESYSPATH=/usr/share/bmake/mk-bmake
37
+ ENV PATH="/home/opam/.opam/5.1 /bin:${PATH}" \
38
+ MAKESYSPATH=/usr/share/bmake/mk-bmake
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ notes contain a few details specific to Ocaml.
15
15
16
16
** Prerequesites**
17
17
18
- * OCaml ` 4.07 `
18
+ * OCaml ` 5.1 `
19
19
* opam
20
20
* make
21
21
You can’t perform that action at this time.
0 commit comments