We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684ae69 commit a29510eCopy full SHA for a29510e
.dockerignore
@@ -0,0 +1,5 @@
1
+.git
2
+archive
3
+resources/app/perl-scripts/clock.pl
4
+resources/app/perl-scripts/input.pl
5
+resources/app/index-windows.html
Dockerfile
@@ -0,0 +1,9 @@
+FROM ubuntu:14.04
+RUN apt update && \
+ apt-get install -y software-properties-common && \
+ add-apt-repository --yes ppa:ubuntu-sdk-team/ppa && \
+ apt update -qq && \
6
+ apt-get install -y wget && \
7
+ apt-get install -y build-essential && \
8
+ apt-get install -y qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev && \
9
+ apt-get install -y qt5-default qttools5-dev-tools
0 commit comments