Add python venv to docker image
This commit is contained in:
parent
9c1906082a
commit
689e045b9c
@ -1,5 +1,5 @@
|
||||
FROM achreto/barrelfish-aos:20.04-lts
|
||||
|
||||
RUN apt update && apt install -y vim
|
||||
RUN apt update && apt install -y vim python3.8-venv
|
||||
|
||||
RUN adduser vscode --disabled-password
|
||||
Loading…
Reference in New Issue
Block a user