commit e24219a584127d8875347ca097df90df4ec7b7b5 Author: simon987 Date: Fri Jan 3 20:15:17 2020 -0500 Initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..af6abe8 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM ubuntu:16.04 + +MAINTAINER simon987 + +RUN apt update +RUN apt install -y git cmake pkg-config libglib2.0-dev\ + libssl-dev uuid-dev libavformat-dev libswscale-dev \ + python3 libmagic-dev libfreetype6-dev libcurl4-openssl-dev \ + libbz2-dev yasm libharfbuzz-dev ragel libarchive-dev\ + automake autotools-dev