Merge pull request #7 from Hugome/master

[Fix] DockerHub build error
This commit is contained in:
Knut Ahlers 2016-05-04 08:57:27 +02:00
commit 8da0e2db07

View file

@ -4,12 +4,12 @@
############################################### ###############################################
# Using latest Ubuntu image as base # Using latest Ubuntu image as base
FROM ubuntu FROM ubuntu:16.04
MAINTAINER Alex MAINTAINER Alex
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y wget --no-install-recommends \ && apt-get install -y wget bzip2 --no-install-recommends \
&& rm -r /var/lib/apt/lists/* && rm -r /var/lib/apt/lists/*
## Set some variables for override. ## Set some variables for override.