summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-05-01 08:30:12 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-05-01 08:30:12 +0200
commit938a944544a327cfbce103cd3ccaf8c234f73bcf (patch)
tree8ba6e69a02900a3250efb992cd9d6a0ec7a82581
parentaccd0c4c18716e6ad921427876e9f8dbc0e1021d (diff)
Dockerfiles: remove branches
-rw-r--r--rob/Dockerfile3
-rw-r--r--rob/robot/ur/Dockerfile3
2 files changed, 2 insertions, 4 deletions
diff --git a/rob/Dockerfile b/rob/Dockerfile
index cadd164..f8aa6df 100644
--- a/rob/Dockerfile
+++ b/rob/Dockerfile
@@ -26,8 +26,7 @@ RUN git clone https://github.com/alejandro-colomar/libalx.git && \
make install-telnet-tcp -C libalx && \
make install-robot -C libalx && \
rm -rf libalx
-RUN git clone --single-branch --branch rob \
- https://github.com/alejandro-colomar/rob_cam.git && \
+RUN git clone https://github.com/alejandro-colomar/rob_cam.git && \
make -C rob_cam/rob/ -j 2
FROM debian:stable
diff --git a/rob/robot/ur/Dockerfile b/rob/robot/ur/Dockerfile
index f4367a1..0e11c6a 100644
--- a/rob/robot/ur/Dockerfile
+++ b/rob/robot/ur/Dockerfile
@@ -26,8 +26,7 @@ RUN git clone https://github.com/alejandro-colomar/libalx.git && \
make install-telnet-tcp -C libalx && \
make install-robot -C libalx && \
rm -rf libalx
-RUN git clone --single-branch --branch rob \
- https://github.com/alejandro-colomar/rob_cam.git && \
+RUN git clone https://github.com/alejandro-colomar/rob_cam.git && \
make -C rob_cam/rob/robot/ur/ -j 2
FROM debian:stable