Sfoglia il codice sorgente

sudo and git are needed to build ffmepg

Damien Metzler 10 anni fa
parent
commit
86f58fbac5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      nuxeo/content.md

+ 1 - 1
nuxeo/content.md

@@ -118,7 +118,7 @@ As it contains some non-free Codecs, we dont't ship a binary version of `ffmpeg`
 FROM nuxeo:7.10
 
 RUN echo "deb http://httpredir.debian.org/debian jessie non-free" >> /etc/apt/sources.list
-RUN apt-get update && apt-get install -y --no-install-recommends libfaac-dev
+RUN apt-get update && apt-get install -y --no-install-recommends libfaac-dev sudo git
 
 WORKDIR /tmp
 # Build ffmpeg