Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 46940e6

Browse files
committed
chore(dockerfile): add opam/ocaml/ocaml-lsp-server
1 parent 8e4bfb6 commit 46940e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ RUN npm i -g chokidar-cli
3939
# For startup time profiling
4040
RUN pacman -Sy hyperfine --noconfirm
4141

42+
# OCaml
43+
RUN pacman -Sy opam diffutils patch ocaml --noconfirm
44+
4245
# Create the doom user and group
4346
RUN groupadd doom
4447
RUN useradd -m -g doom doom

0 commit comments

Comments
 (0)