byparr/.devcontainer/Dockerfile
2024-09-13 18:03:09 +00:00

8 lines
339 B
Docker

FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
USER vscode
RUN pipx install poetry
RUN poetry config virtualenvs.in-project true
RUN sudo apt update && sudo apt upgrade -y
RUN sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN sudo apt install -y ./google-chrome-stable_current_amd64.deb