File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ RUN apt update && apt install -y curl wget git
88RUN curl -s https://packagecloud.io/install/repositories/dirk-thomas/vcstool/script.deb.sh | sudo bash
99RUN apt update && apt install -y python3-vcstool
1010
11- RUN wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
12- RUN dpkg -i packages-microsoft-prod.deb
13- RUN apt update && apt install -y apt-transport-https patchelf; if [ "$(lsb_release -rs)" = "22.04" ] ; then apt install -y dotnet-sdk-6.0 ; else apt install -y dotnet-sdk-3.1; fi
11+ RUN apt update && apt install -y apt-transport-https patchelf dotnet-sdk-6.0
1412RUN apt update && apt install -y ffmpeg libsm6 libxext6 libgtk-3-0
1513
1614ADD entrypoint.sh /entrypoint.sh
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ shopt -s dotglob
1515mkdir -p /workdir/ros2-for-unity
1616mv /workdir/.ros2-for-unity/* /workdir/ros2-for-unity
1717cd /workdir/ros2-for-unity/ && ./pull_repositories.sh
18+ mkdir -p /home/$( whoami)
19+ git config --global --add safe.directory /workdir/ros2-for-unity
1820shopt -u dotglob
1921
2022ln -s /workdir/custom_messages /workdir/ros2-for-unity/src/ros2cs/src/custom_messages
You can’t perform that action at this time.
0 commit comments