Skip to content

Commit c1b0083

Browse files
asarhaddonkanaka
authored andcommitted
ocaml/Dockerfile: only install the compiler and standard library
1 parent 2be9d24 commit c1b0083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impls/ocaml/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:25.04
22
MAINTAINER Joel Martin <[email protected]>
33

44
##########################################################
@@ -19,4 +19,4 @@ WORKDIR /mal
1919
# Specific implementation requirements
2020
##########################################################
2121

22-
RUN apt-get -y install ocaml-batteries-included
22+
RUN apt-get -y install ocaml

0 commit comments

Comments
 (0)