Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jun 26, 2024
1 parent 0162b46 commit 10415c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 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"
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"

USER root

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ MAINTAINER The Savonet Team <[email protected]>

ARG OS
ARG DISTRIBUTION
ARG OCAML_VERSION=4.14.1
ARG OCAML_VERSION=4.14.2
ARG ARCHITECTURE
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 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"
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 DEBIAN_FRONTEND=noninteractive

USER root
Expand Down

0 comments on commit 10415c4

Please sign in to comment.