Skip to content

Commit

Permalink
devenv: Install python3-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed May 9, 2024
1 parent 90689ea commit f595fd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM mcr.microsoft.com/devcontainers/base:jammy

COPY tools.mk /

RUN ls /home -l && \
su vscode -c "make -f tools.mk tools" \
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends python3-venv \
&& su vscode -c "make -f tools.mk tools" \
&& rm tools.mk

0 comments on commit f595fd3

Please sign in to comment.