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:
parent
05edfd5771
commit
e535f98b9f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user