Skip to content

Commit 1c26015

Browse files
committed
build resolve #2
1 parent e04bd67 commit 1c26015

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ROS2/AMD64x86/wheelchair2_base_gazebo/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ RUN sudo apt-get update \
4545
WORKDIR /home/container_user
4646
RUN git clone https://github.com/KOKIAOKI/3d_bbs.git --recursive --depth 1
4747
RUN cd 3d_bbs \
48-
&& mkdir build && cd build
49-
RUN cmake .. -DCMAKE_BUILD_TYPE=Release && make -j\
48+
&& mkdir build && cd build\
49+
&& cmake .. -DCMAKE_BUILD_TYPE=Release && make -j\
5050
&& sudo make install \
51-
&& cd /home/container_user \
51+
RUN cd /home/container_user \
5252
&& rm -rf 3d_bbs
5353

5454

0 commit comments

Comments
 (0)