[gnome-commander] Dockerfile: Increases Ubuntu version to 15.10, adds flex, removes GSettings branch
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Dockerfile: Increases Ubuntu version to 15.10, adds flex, removes GSettings branch
- Date: Sun, 13 Mar 2016 14:30:33 +0000 (UTC)
commit 9c5550769e92d438367ada947074364a7038c6ae
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sun Mar 13 14:51:50 2016 +0100
Dockerfile: Increases Ubuntu version to 15.10, adds flex, removes GSettings branch
Dockerfile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index c33674c..7501a97 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# This is a Docker image for building gnome-commander
-FROM ubuntu:15.04
+FROM ubuntu:15.10
MAINTAINER Uwe Scholz <u scholz83 gmx de>
ENV GCMD_PATH /gnome-commander
@@ -10,7 +10,7 @@ RUN \
echo $LANG && \
echo $LC_ALL && \
sudo apt-get build-dep gnome-commander -y && \
- sudo apt-get install -y -qq autoconf-archive cmake git-core gnome-common libglib2.0-dev libgtest-dev
libunique-dev scrollkeeper
+ sudo apt-get install -y -qq autoconf-archive cmake flex git-core gnome-common libglib2.0-dev libgtest-dev
libunique-dev scrollkeeper
RUN \
cd /usr/src/gtest && \
@@ -25,7 +25,6 @@ RUN \
export CXX=g++ && \
export CC=gcc && \
cd $GCMD_PATH && \
- git checkout GSettings && \
./autogen.sh && \
make && \
make check
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]