1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-06 15:36:24 +00:00

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

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 \