summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-05-03 02:27:11 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-05-03 02:27:11 +0200
commitc52a6186be5741bb4137e5ac622beaf0eb602e07 (patch)
tree294c42921a8184151d4165eb9ad718df9024adba
parentfecb8e28d61aff6a0a7262e6e3110a63249a7903 (diff)
Fix typo & use specific libalx version
-rw-r--r--cam/Dockerfile6
-rw-r--r--rob/Dockerfile6
-rw-r--r--rob/robot/ur/Dockerfile6
3 files changed, 9 insertions, 9 deletions
diff --git a/cam/Dockerfile b/cam/Dockerfile
index 978fc49..7c64bbd 100644
--- a/cam/Dockerfile
+++ b/cam/Dockerfile
@@ -27,13 +27,13 @@ RUN apt-get update && \
apt-get clean
WORKDIR /tmp
RUN git clone \
- --single branch \
- --branch master \
+ --single-branch \
+ --branch v1.0-b23 \
https://github.com/alejandro-colomar/libalx.git && \
make base cv -C libalx -j 8 && \
make install-base install-cv -C libalx
RUN git clone \
- --single branch \
+ --single-branch \
--branch master \
https://github.com/alejandro-colomar/rob_cam.git && \
make -C rob_cam/cam/ -j 2
diff --git a/rob/Dockerfile b/rob/Dockerfile
index db24935..81b35ea 100644
--- a/rob/Dockerfile
+++ b/rob/Dockerfile
@@ -23,8 +23,8 @@ RUN apt-get update && \
apt-get clean
WORKDIR /tmp
RUN git clone \
- --single branch \
- --branch master \
+ --single-branch \
+ --branch v1.0-b23 \
https://github.com/alejandro-colomar/libalx.git && \
make base telnet-tcp robot -C libalx -j 8 && \
make install-base -C libalx && \
@@ -32,7 +32,7 @@ RUN git clone \
make install-robot -C libalx && \
rm -rf libalx
RUN git clone \
- --single branch \
+ --single-branch \
--branch master \
https://github.com/alejandro-colomar/rob_cam.git && \
make -C rob_cam/rob/ -j 2
diff --git a/rob/robot/ur/Dockerfile b/rob/robot/ur/Dockerfile
index 1eb420a..b5eb5b6 100644
--- a/rob/robot/ur/Dockerfile
+++ b/rob/robot/ur/Dockerfile
@@ -23,8 +23,8 @@ RUN apt-get update && \
apt-get clean
WORKDIR /tmp
RUN git clone \
- --single branch \
- --branch master \
+ --single-branch \
+ --branch v1.0-b23 \
https://github.com/alejandro-colomar/libalx.git && \
make base telnet-tcp robot -C libalx -j 8 && \
make install-base -C libalx && \
@@ -32,7 +32,7 @@ RUN git clone \
make install-robot -C libalx && \
rm -rf libalx
RUN git clone \
- --single branch \
+ --single-branch \
--branch master \
https://github.com/alejandro-colomar/rob_cam.git && \
make -C rob_cam/rob/robot/ur/ -j 2