This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Roeland Jago Douma <[email protected]>
- Loading branch information
Showing
2 changed files
with
47 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,11 @@ FROM ubuntu:trusty | |
|
||
MAINTAINER Roeland Jago Douma <[email protected]> | ||
|
||
RUN apt-get update | ||
RUN apt-get update && \ | ||
apt-get install -y wget libsqlite3-dev libssl-dev cmake git \ | ||
software-properties-common build-essential mesa-common-dev fuse rsync | ||
|
||
RUN apt-get install -y wget libsqlite3-dev libssl-dev cmake git software-properties-common build-essential mesa-common-dev fuse | ||
RUN add-apt-repository -y ppa:beineri/opt-qt58-trusty && \ | ||
apt-get update && \ | ||
apt-get install -y qt58base qt58tools | ||
|
||
RUN add-apt-repository -y ppa:beineri/opt-qt58-trusty | ||
|
||
RUN apt-get update | ||
|
||
RUN apt-get install -y qt58base qt58tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters