Byparr/.devcontainer/Dockerfile

8 lines
296 B
Docker
Raw Normal View History

2024-07-24 15:53:02 +00:00
FROM mcr.microsoft.com/devcontainers/python:1-3.11-bullseye
2024-07-24 13:57:40 +00:00
USER vscode
RUN pipx install poetry
RUN poetry config virtualenvs.in-project true
RUN sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2024-07-24 15:53:02 +00:00
RUN sudo apt install -y ./google-chrome-stable_current_amd64.deb