Skip to content

Commit

Permalink
Add sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 15, 2024
1 parent 91cca6a commit ca42aa5
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 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 sqlite3 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 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 sqlite3 pandoc-include"
ENV DEBIAN_FRONTEND=noninteractive

USER root
Expand Down

0 comments on commit ca42aa5

Please sign in to comment.