File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG OCAML_VERSION=4.14.0
8
8
ARG EXCLUDED_PACKAGES="gstreamer"
9
9
10
10
# Add back graphics when/if ported to $OCAML_VERSION
11
- ENV EXT_PACKAGES="camomile ocurl irc-client-unix osc-unix magic camlimages gd inotify prometheus-liquidsoap sdl-liquidsoap tls-liquidsoap memtrace mem_usage ssl yojson posix-time2 yaml js_of_ocaml js_of_ocaml-ppx jemalloc re pandoc-include"
11
+ ENV EXT_PACKAGES="camomile ocurl irc-client-unix osc-unix camlimages gd inotify prometheus-liquidsoap sdl-liquidsoap tls-liquidsoap memtrace mem_usage ssl yojson posix-time2 yaml js_of_ocaml js_of_ocaml-ppx jemalloc re pandoc-include"
12
12
13
13
USER root
14
14
Original file line number Diff line number Diff line change 7
7
8
8
ARG OS
9
9
ARG DISTRIBUTION
10
- ARG OCAML_VERSION=4.14.1
10
+ ARG OCAML_VERSION=4.14.2
11
11
ARG ARCHITECTURE
12
12
ARG EXCLUDED_PACKAGES="gstreamer"
13
13
ARG EXTRA_PACKAGES
14
14
15
15
# Add back graphics when/if ported to $OCAML_VERSION
16
- ENV EXT_PACKAGES="$EXTRA_PACKAGES camomile ocurl irc-client-unix osc-unix magic camlimages gd inotify prometheus-liquidsoap tsdl sdl-liquidsoap tls-liquidsoap memtrace mem_usage ssl yojson posix-time2 yaml js_of_ocaml js_of_ocaml-ppx odoc jemalloc re pandoc-include"
16
+ ENV EXT_PACKAGES="$EXTRA_PACKAGES camomile ocurl irc-client-unix osc-unix camlimages gd inotify prometheus-liquidsoap tsdl sdl-liquidsoap tls-liquidsoap memtrace mem_usage ssl yojson posix-time2 yaml js_of_ocaml js_of_ocaml-ppx odoc re pandoc-include"
17
17
ENV DEBIAN_FRONTEND=noninteractive
18
18
19
19
USER root
You can’t perform that action at this time.
0 commit comments