Simple build environment for finalterm
Thanks to bitclaw for the guide: https://github.com/p-e-w/finalterm/issues/265#issuecomment-45407026
one step did not work for me (updatedb) and I'm not too familliar with vanilla debian so im not sure why i need it..
docker run -d --name="finalterm_data" \
-v /opt/finalterm \
-v /usr/src/finalterm/build \
busybox true
docker build --tag="cjlyth/finalterm:latest" .
docker run -it --rm \
--volumes-from="finalterm_data" \
cjlyth/finalterm:latest cmake
docker run -it --rm \
--volumes-from="finalterm_data" \
cjlyth/finalterm:latest make
docker run -it --rm \
--volumes-from="finalterm_data" \
cjlyth/finalterm:latest install
This method for building the docker container is very tempting.. see https://wiki.debian.org/ListInstalledPackages
dpkg --set-selections < /backup/dpkg-selections
apt-get dselect-upgrade
Content type
Image
Digest
sha256:381e927e9…
Size
261.2 MB
Last updated
almost 11 years ago
docker pull cjlyth/finalterm