Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
add missing python venv package (#16)
Browse files Browse the repository at this point in the history
* add devbox vscode extension

* specify git submodule for init and update

* add python venv
  • Loading branch information
usrbinkat authored Nov 13, 2023
1 parent 650197f commit 45801e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ RUN set -ex \
ARG APT_PKGS="\
python3 \
python3-pip \
python3-venv \
dotnet-sdk-7.0 \
dotnet-runtime-7.0 \
"
Expand Down

0 comments on commit 45801e5

Please sign in to comment.