File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ extras/ros-jazzy-binary-gz-harmonic-source-install.sh install.sh
43
43
RUN bash install.sh
44
44
45
45
# Set up Dave workspace
46
- ENV DAVE_WS /root /ws_dave
46
+ ENV DAVE_WS=/opt /ws_dave
47
47
WORKDIR $DAVE_WS/src
48
48
49
49
ADD https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/\
Original file line number Diff line number Diff line change 78
78
79
79
# Using the pre-built image for above commented out dockerfile code lines
80
80
# hadolint ignore=DL3007
81
- FROM woensugchoi/ubuntu-arm-rdp-base:latest
81
+ FROM --platform=linux/arm64 woensugchoi/ubuntu-arm-rdp-base:latest
82
82
ARG USER=docker
83
83
84
84
# ROS-Gazebo arg
@@ -91,7 +91,7 @@ extras/ros-jazzy-binary-gz-harmonic-source-install.sh install.sh
91
91
RUN bash install.sh
92
92
93
93
# Set up Dave workspace
94
- ENV ROS_UNDERLAY /home/$USER/dave_ws/install
94
+ ENV ROS_UNDERLAY= /home/$USER/dave_ws/install
95
95
WORKDIR $ROS_UNDERLAY/../src
96
96
97
97
ADD https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/\
@@ -129,7 +129,7 @@ RUN touch /ros_entrypoint.sh && sed --in-place --expression \
129
129
# Set User as user
130
130
USER docker
131
131
RUN echo "source /opt/ros/jazzy/setup.bash" >> ~/.bashrc && \
132
- echo "source ~ /gazebo/install/setup.bash" >> ~/.bashrc && \
132
+ echo "source /opt /gazebo/install/setup.bash" >> ~/.bashrc && \
133
133
echo "if [ -d ~/HOST ]; then chown docker:docker ~/HOST; fi" \
134
134
>> ~/.bashrc
135
135
You can’t perform that action at this time.
0 commit comments