Corwind / termite-install

A termite installation script for Ubuntu users (and other Ubuntu-based distributions)
GNU General Public License v2.0
198 stars 42 forks source link

Add Dockerfile to build termite in an ubuntu container #14

Closed MoriTanosuke closed 6 years ago

MoriTanosuke commented 7 years ago

I got in the habit of building software in containers to not mess with my desktop machine. I wanted to give termite a try, but couldn't find any ubuntu packages to install, so I decided to write a simple Dockerfile to build the application.

I heavily reused your installation script, so I thought your repository would be a good place for the Dockerfile as well. If you don't want this in your repository, please let me know and I'll keep my own fork with the file.

Corwind commented 6 years ago

Thank you, this Dockerfile is a nice addition to this repo and I believe it will prove useful to many other users.