Skip to content

Commit

Permalink
fix Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Apr 10, 2021
1 parent a270953 commit 8f2108e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:18.04 AS base
FROM ubuntu:20.04 AS base

ENV DEBIAN_FRONTEND noninteractive
ENV HOME /tmp
Expand All @@ -13,7 +13,7 @@ RUN apt-get install -yqq wget git automake autoconf libtool intltool g++ yasm na
libsox-dev libsdl2-dev libgtk2.0-dev libsoup2.4-dev \
qt5-default libqt5webkit5-dev libqt5svg5-dev \
libexif-dev libtheora-dev libvorbis-dev python3-dev cmake xutils-dev \
libegl1-mesa-dev libeigen3-dev libfftw3-dev libvdpau-dev
libegl1-mesa-dev libeigen3-dev libfftw3-dev libvdpau-dev meson ninja-build

# Get and run the build script
RUN wget --quiet -O /tmp/build-melt.sh https://raw.githubusercontent.com/mltframework/mlt-scripts/master/build/build-melt.sh && \
Expand All @@ -36,11 +36,12 @@ RUN apt-get install -yqq libsamplerate0 libxml2 libjack0 \
# Additional runtime libs \
libgavl1 libsox3 libexif12 xvfb libxkbcommon-x11-0 libhyphen0 libwebp6 \
# LADSPA plugins \
amb-plugins ambdec autotalent blepvco blop bs2b-ladspa calf-ladspa caps cmt \
amb-plugins ambdec autotalent blepvco blop bs2b-ladspa caps cmt \
csladspa fil-plugins guitarix-ladspa invada-studio-plugins-ladspa mcp-plugins \
omins rev-plugins ste-plugins swh-plugins tap-plugins vco-plugins wah-plugins \
lsp-plugins-ladspa dpf-plugins-ladspa \
# Fonts \
fonts-liberation 'ttf-adf-.+'
fonts-liberation 'ttf-.+'

# Install the build
COPY --from=build /usr/local/ /usr/local/
Expand Down

0 comments on commit 8f2108e

Please sign in to comment.