Skip to content

Commit

Permalink
branch update in Dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Blanca <[email protected]>
  • Loading branch information
Blancasr committed May 26, 2023
1 parent 9394d4d commit 1e2e507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scripts/Dockerfile.base-2
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM jderobot/robotics-applications:pre-base

RUN mkdir abcde && rm -rf abcde
# Clone the RoboticsApplicationManager repository into the src folder inside RoboticsAcademy
RUN git clone -b issue-23 https://github.com/JdeRobot/RoboticsApplicationManager.git /RoboticsApplicationManager
RUN git clone -b master https://github.com/JdeRobot/RoboticsApplicationManager.git /RoboticsApplicationManager
2 changes: 1 addition & 1 deletion scripts/Dockerfile.pre-base-2
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ RUN apt-get install -y software-properties-common \

# RoboticsInfrasctructure Repository
RUN mkdir -p /opt/jderobot && \
git clone -b Follow_person_bugs https://github.com/JdeRobot/RoboticsInfraestructure.git /opt/jderobot
git clone -b humble-devel https://github.com/JdeRobot/RoboticsInfraestructure.git /opt/jderobot

# create workspace and add Robot packages
RUN mkdir -p /home/ws/src
Expand Down

0 comments on commit 1e2e507

Please sign in to comment.