Codebase list frei0r / 8ab4f9f Dockerfile
8ab4f9f

Tree @8ab4f9f (Download .tar.gz)

Dockerfile @8ab4f9fraw · history · blame

1
2
3
4
5
6
7
8
9
from dyne/devuan:beowulf
maintainer jaromil "https://github.com/jaromil"

run echo "deb-src http://deb.devuan.org/merged beowulf main" > /etc/apt/sources.list
run echo "deb http://deb.devuan.org/merged beowulf main"    >> /etc/apt/sources.list
run apt-get -qq update
run apt-get build-dep -yy frei0r-plugins
run apt-get -yy install cmake
copy . .