Shorten directory names with docker image defs
[ci-management.git] / docker / bldr-ubuntu16-c-go / Dockerfile
similarity index 96%
rename from docker/bldr-ubuntu16-c-go-nng/Dockerfile
rename to docker/bldr-ubuntu16-c-go/Dockerfile
index 6bee340..0212d7d 100644 (file)
@@ -64,9 +64,8 @@ RUN wget -nv https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja
     && chmod +x ninja \
     && mv ninja /usr/local/bin
 
-RUN git clone https://github.com/nanomsg/nng.git \
+RUN git clone --branch v1.1.1 https://github.com/nanomsg/nng.git \
     && cd nng \
-    && git checkout v1.1.1 \
     && mkdir build \
     && cd build \
     && cmake -DBUILD_SHARED_LIBS=1 -G Ninja .. \