Update Dockerfile

fix build for docker hub
[ci skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-02-05 02:39:22 +04:00 committed by GitHub
parent 248cd5e036
commit c5cc5e30ec
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:14.04
WORKDIR /build
# install tools and dependencies
RUN apt-get update && \
apt-get install --force-yes --no-install-recommends \
apt-get install -y --force-yes --no-install-recommends \
# make
build-essential \
# add-apt-repository