Update base image to Ubuntu 14.10

Possible fix for #3 and #4
This commit is contained in:
George Jiglau
2015-01-07 23:05:02 +02:00
parent a273c373ef
commit 0d1e4c97fd
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu:13.10
FROM ubuntu:14.10
RUN apt-get update &&\
apt-get install -y git-core subversion build-essential gcc-multilib \