Skip to content
Snippets Groups Projects
Commit 8921d806 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

updated dockerfile

parent 3121c59e
Branches
No related tags found
No related merge requests found
......@@ -70,9 +70,9 @@ USER user
RUN ls -al /home/user
WORKDIR ${HOME}/work_dir
RUN git clone --recurse-submodules -b ga-demo https://git-st.inf.tu-dresden.de/ceti/ros/ccf/ccf_workspace.git
RUN pwd && ls
RUN echo "Cloning modules!"
RUN git clone --recurse-submodules -b ga-demo https://git-st.inf.tu-dresden.de/ceti/ros/ccf/ccf_workspace.git
RUN echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
RUN /bin/bash -c "source /opt/ros/noetic/setup.bash && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment