Skip to content

Commit 38946ee

Browse files
Added pip to dockerfile to install pip git repos
1 parent 499ad00 commit 38946ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
2020
RUN apt update && apt upgrade -y
2121

2222
# Install Git
23-
RUN apt install -y git
23+
RUN apt install -y git python3-pip
2424

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

0 commit comments

Comments
 (0)