Dockerfile in rest-ftp-daemon-1.0.13 vs Dockerfile in rest-ftp-daemon-1.0.14
- old
+ new
@@ -11,18 +11,9 @@
# Install base packages
RUN apt-get update && apt-get install -y --fix-missing --no-install-recommends build-essential git && apt-get clean
-# FFMPEG: compile from source
-ENV TMP_FFMPEG /tmp/ffmpeg/
-RUN git clone git://git.videolan.org/ffmpeg.git $TMP_FFMPEG \
- && cd $TMP_FFMPEG \
- && ./configure --disable-x86asm \
- && make -j 4 && make install \
- && rm -Rf $TMP_FFMPEG
-
-
# Prepare bundler
RUN gem install bundler --no-rdoc --no-ri
# Change to INSTALL_PATH and install base packages