mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
fix chromium download on devcontainer
This commit is contained in:
parent
080003e127
commit
1e937edc7b
@ -3,5 +3,6 @@ FROM mcr.microsoft.com/devcontainers/python:1-3.11-bullseye
|
|||||||
USER vscode
|
USER vscode
|
||||||
RUN pipx install poetry
|
RUN pipx install poetry
|
||||||
RUN poetry config virtualenvs.in-project true
|
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 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
RUN sudo apt install -y ./google-chrome-stable_current_amd64.deb
|
RUN sudo apt install -y ./google-chrome-stable_current_amd64.deb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user