Add python venv to docker image

This commit is contained in:
Sparchatus 2022-05-04 15:42:49 +00:00
parent 9c1906082a
commit 689e045b9c

View File

@ -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