Cool-Retro-Term in a Docker Container #474

Closed
aric49 wants to merge 6 commits from aric49/feature/Docker into master
aric49 commented 2018-09-14 21:09:26 +02:00 (Migrated from github.com)

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.

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.
apiraino (Migrated from github.com) reviewed 2019-01-11 14:33:01 +01:00
@ -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
apiraino (Migrated from github.com) commented 2019-01-11 14:33:01 +01:00
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
RUN apt-get -yyq autoremove && \
        apt-get clean -yyq && \
        rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

```suggestion 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 RUN apt-get -yyq autoremove && \ apt-get clean -yyq && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ```
aric49 (Migrated from github.com) reviewed 2019-01-12 01:57:44 +01:00
@ -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
aric49 (Migrated from github.com) commented 2019-01-12 01:57:44 +01:00

Thanks for the input @apiraino! I almost forgot about that change. Good catch!

Thanks for the input @apiraino! I almost forgot about that change. Good catch!

Not interested in maintaining this

Not interested in maintaining this
seeseemelk closed this pull request 2024-10-11 11:08:35 +02:00

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#474
No description provided.