Skip to content

Commit

Permalink
Atempting to fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
IliTheButterfly committed Apr 6, 2024
1 parent 42a695d commit 3e1092c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ RUN apt install -y git
# Change user
USER $USERNAME

# Copy to preload the ros packages
COPY ./ /workspace/$USERNAME/

# Install Tesseract
RUN apt install tesseract-ocr

Expand All @@ -35,9 +38,6 @@ RUN echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> ~/.bashrc && \
# Rosdep update
RUN rosdep update

# Copy to preload the ros packages
COPY ./ /workspace/$USERNAME/

# Install ROS dependencies
RUN rosdep install --from-paths src --ignore-src --rosdistro humble -y

0 comments on commit 3e1092c

Please sign in to comment.