Update Dockerfile
fix build for docker hub [ci skip]
This commit is contained in:
parent
248cd5e036
commit
c5cc5e30ec
@ -2,7 +2,7 @@ FROM ubuntu:14.04
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
# install tools and dependencies
|
# install tools and dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install --force-yes --no-install-recommends \
|
apt-get install -y --force-yes --no-install-recommends \
|
||||||
# make
|
# make
|
||||||
build-essential \
|
build-essential \
|
||||||
# add-apt-repository
|
# add-apt-repository
|
||||||
|
Loading…
Reference in New Issue
Block a user