Skip to content

Commit a29510e

Browse files
committed
.dockerignore file
1 parent 684ae69 commit a29510e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM ubuntu:14.04
2+
RUN apt update && \
3+
apt-get install -y software-properties-common && \
4+
add-apt-repository --yes ppa:ubuntu-sdk-team/ppa && \
5+
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

Comments
 (0)