[Fix] DockerHub build error

This commit is contained in:
hugome 2016-05-04 03:45:09 +02:00
parent bbf7db9fd3
commit 7fc071ce73

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.