Skip to content

Commit

Permalink
fix sim
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Nov 27, 2023
1 parent f5a70da commit 5b19298
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.simulation
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ COPY ./healthcheck.cpp /
# install everything needed
RUN MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \
apt-get update --fix-missing && apt-get install -y \
python3-pip \
ros-dev-tools && \
apt-get upgrade -y && \
# Clone source
source "/opt/$MYDISTRO/$ROS_DISTRO/setup.bash" && \
git clone https://github.com/husarion/rosbot_ros.git /ros2_ws/src && \
Expand Down Expand Up @@ -46,8 +48,7 @@ RUN MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \
export SUDO_FORCE_REMOVE=yes && \
apt-get remove -y \
python3-pip \
ros-dev-tools \
curl && \
ros-dev-tools && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 5b19298

Please sign in to comment.