From e535f98b9f30008d24740758f95998cb2f3fc07c Mon Sep 17 00:00:00 2001 From: ervin Date: Tue, 21 Mar 2017 14:46:53 +0100 Subject: [PATCH] Update packaging with docker This fix update the Dockerfile for building synergy-scheduler- manager package on Ubuntu 16.04. Change-Id: I03bbb3d795a8e771ee5a35a085078cc8301f8208 Sem-Ver: bugfix --- packaging/docker/ubuntu-16.04/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/docker/ubuntu-16.04/Dockerfile b/packaging/docker/ubuntu-16.04/Dockerfile index 646c10b..33ea493 100644 --- a/packaging/docker/ubuntu-16.04/Dockerfile +++ b/packaging/docker/ubuntu-16.04/Dockerfile @@ -1,7 +1,7 @@ -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Vincent Llorens RUN apt-get update && apt-get install -y software-properties-common -RUN add-apt-repository cloud-archive:liberty +RUN add-apt-repository cloud-archive:newton RUN apt-get update \ && apt-get install -y build-essential \ debhelper \