mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Modify Dockerfile
This commit is contained in:
parent
4b02cb53aa
commit
7b2e422f35
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ RUN pip3 install --upgrade pip
|
||||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Install Chrome & Chromedriver
|
# Install Chrome & Chromedriver
|
||||||
RUN apt install -y chromium-browser chromium-driver
|
RUN apt install -y chromium chromium-driver
|
||||||
|
|
||||||
# Install Firefox and Geckodriver
|
# Install Firefox and Geckodriver
|
||||||
RUN apt install -y firefox-esr
|
RUN apt install -y firefox-esr
|
||||||
|
|
Loading…
Reference in a new issue