Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshv24 committed Oct 25, 2024
1 parent a17a1fb commit 0e8e7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ WORKDIR $USER_WORKSPACE
COPY --chown=$USER_UID:$USER_GID . src/$PROJECT_NAME

# Install the Python requirements that aren't available as rosdeps
RUN python3 -m pip install -r $(pwd)/src/underwater_docking/requirements-build.txt
# RUN python3 -m pip install -r $(pwd)/src/underwater_docking/requirements-build.txt

# Install gstreamer
RUN sudo apt-get -q update \
Expand Down

0 comments on commit 0e8e7f5

Please sign in to comment.