Shorten directory names with docker image defs
[ci-management.git] / docker / bldr-debian-python / Dockerfile
similarity index 94%
rename from docker/bldr-debian-python-nng/Dockerfile
rename to docker/bldr-debian-python/Dockerfile
index f2ae43e..c7c5811 100644 (file)
@@ -35,9 +35,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 .. \