-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|