-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed to Ubuntu 18.04 for newer CMAKE
- Loading branch information
Niels Moseley
committed
Apr 19, 2019
1 parent
3e65b1f
commit 8a15c15
Showing
3 changed files
with
11 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
FROM ubuntu:bionic-20190307 | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
|
||
RUN set -e -x ;\ | ||
apt-get -y update ;\ | ||
apt-get -y upgrade ;\ | ||
apt-get -y install \ | ||
build-essential cmake gcc git ninja-build doxygen python3 |
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