Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
added docker builmd
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalLumberjack committed Nov 6, 2016
1 parent 4f5d1a1 commit b7b10b6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM ubuntu:16.04

ENV TERM 'xterm'

RUN apt-get update && apt-get install -y build-essential qttools5-dev-tools qt5-default rsync wget cpio python unzip bc git texinfo

WORKDIR /usr/local/src/app/

ADD . /usr/local/src/app/

RUN lupdate -no-obsolete recovery/recovery.pro

RUN ./BUILDME.sh

0 comments on commit b7b10b6

Please sign in to comment.