Skip to content

Commit

Permalink
Remove camlimages.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jun 26, 2024
1 parent 10415c4 commit c50f378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine-ci
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG OCAML_VERSION=4.14.0
ARG EXCLUDED_PACKAGES="gstreamer"

# Add back graphics when/if ported to $OCAML_VERSION
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"
ENV EXT_PACKAGES="camomile ocurl irc-client-unix osc-unix 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"

USER root

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG EXCLUDED_PACKAGES="gstreamer"
ARG EXTRA_PACKAGES

# Add back graphics when/if ported to $OCAML_VERSION
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"
ENV EXT_PACKAGES="$EXTRA_PACKAGES camomile ocurl irc-client-unix osc-unix 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"
ENV DEBIAN_FRONTEND=noninteractive

USER root
Expand Down

0 comments on commit c50f378

Please sign in to comment.