Skip to content

Commit

Permalink
[infra] bugfix apt install venv in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Feb 4, 2023
1 parent f49ef6e commit 65b6090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG NAME=ros-${ROS_DISTRO}
# NB: Installing debs here for now to expedite testing of the
# devcontainer configuration (esp. for qt, X11).
#
RUN apt-get update && apt-get install -y --no-install-recommends
RUN apt-get update && apt-get install -y --no-install-recommends \
# Docs
python3-venv
# Dot
Expand Down

0 comments on commit 65b6090

Please sign in to comment.