Codebase list frei0r / 87fe30f Dockerfile
87fe30f

Tree @87fe30f (Download .tar.gz)

Dockerfile @87fe30fraw · 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 . .