fix docker build in master

This commit is contained in:
Denis S. Soldatov aka General-Beck
2017-07-18 16:17:33 +03:00
parent df144a6fcb
commit 801fcf3271
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /build
#ENV for build TAG
ARG BUILD_TAG
ENV BUILD_TAG ${BUILD_TAG:-master}
RUN echo $BUILD_TAG
RUN echo "Build tag:" $BUILD_TAG
# install tools and dependencies
RUN apt-get update && \
apt-get install -y --force-yes --no-install-recommends \