mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 14:14:35 +02:00
Include NodeJS in base image
This commit is contained in:
parent
e338f23f15
commit
e743edcfec
@ -12,6 +12,8 @@ RUN \
|
||||
gtk-doc-tools gobject-introspection gawk \
|
||||
ocaml ocamlbuild libnum-ocaml-dev indent p7zip-full \
|
||||
python3-setuptools python3-jinja2 python3-jsonschema python3-apt python-is-python3 && \
|
||||
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
|
||||
apt-get -y install nodejs && \
|
||||
apt-get -y clean && \
|
||||
git config --global user.email "builder@localhost" && \
|
||||
git config --global user.name "Builder" && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user