Linux Dockerfile: Use a Debian Wheezy image instead of Ubuntu Precise.

This commit is contained in:
Andreas Lind 2015-11-17 17:22:03 +01:00
parent 5dfeaa9fd1
commit d9c754f5c1

View File

@ -1,4 +1,4 @@
FROM ubuntu:precise
FROM debian:wheezy
MAINTAINER Lovell Fuller <npm@lovell.info>
RUN apt-get update && apt-get install -y build-essential autoconf libtool nasm gtk-doc-tools texinfo