Skip to content

Commit

Permalink
Install python3.11-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
william-gr committed Jun 14, 2024
1 parent cc75624 commit ad567a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="[email protected]"
RUN apt-get update && apt-get upgrade -y

# Install git
RUN apt-get install git python3-virtualenv lsb-release sudo procps tmux net-tools vim iputils-ping netcat-traditional golang -y
RUN apt-get install git python3.11-venv python3-virtualenv lsb-release sudo procps tmux net-tools vim iputils-ping netcat-traditional golang -y

WORKDIR /root

Expand Down

0 comments on commit ad567a3

Please sign in to comment.