Cool-Retro-Term in a Docker Container #474
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "aric49/feature/Docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a fan of Cool-Retro-Term, I took the liberty of creating a Docker Container for running cool-retro-term. This is a pretty straightforward Docker build that follows the instructions outlined in the
README.md
to build and the project. This creates a more portable environment for quickly running and customizing cool-retro-term for container nerds like myself.This should also help developers working on this project to quickly test changes and bugs between versions since Docker will maintain tags between builds. These tagged images can be run simultaneously and should help alleviate some of the QT dependency issues.
Let me know if this is something you'd be interested in adding to your project (or not). I'm open to feedback and look forward to the future of the project.
@ -0,0 +1,14 @@
FROM ubuntu:18.04
#TODO: Clean up after installation and building
RUN apt-get update && apt-get install -y build-essential qml-module-qtgraphicaleffects qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-qtquick-controls qml-module-qtquick-dialogs qmlscene qt5-default qt5-qmake qtdeclarative5-dev qtdeclarative5-localstorage-plugin qtdeclarative5-qtquick2-plugin qtdeclarative5-window-plugin
@ -0,0 +1,14 @@
FROM ubuntu:18.04
#TODO: Clean up after installation and building
RUN apt-get update && apt-get install -y build-essential qml-module-qtgraphicaleffects qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-qtquick-controls qml-module-qtquick-dialogs qmlscene qt5-default qt5-qmake qtdeclarative5-dev qtdeclarative5-localstorage-plugin qtdeclarative5-qtquick2-plugin qtdeclarative5-window-plugin
Thanks for the input @apiraino! I almost forgot about that change. Good catch!
Not interested in maintaining this
Pull request closed