Actually build

This commit is contained in:
BtbN 2020-09-02 18:07:59 +02:00
parent cbb86a4d0e
commit 57ca78ac1d
6 changed files with 95 additions and 7 deletions

View file

@ -7,6 +7,3 @@ RUN \
apt-get -y dist-upgrade && \
apt-get -y install build-essential yasm nasm pkg-config git curl wget cmake unzip subversion autoconf automake libtool clang && \
apt-get -y clean
RUN mkdir -p /opt/ffbuild/{lib,bin,include}
ENV FFBUILD_PREFIX /opt/ffbuild