fix chromium download on devcontainer

This commit is contained in:
ThePhaseless
2024-07-24 17:51:35 +00:00
parent 104ef5968a
commit 2a3a76b6ef
+1
View File
@@ -3,5 +3,6 @@ FROM mcr.microsoft.com/devcontainers/python:1-3.11-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