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
This commit is contained in:
ervin 2017-03-21 14:46:53 +01:00
parent 05edfd5771
commit e535f98b9f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Vincent Llorens <vincent.llorens@cc.in2p3.fr>
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 \