mirror of
https://github.com/Xtao-Labs/QQ-GitHub-Bot.git
synced 2025-01-30 15:08:54 +00:00
🐛 fix dockerfile typo
This commit is contained in:
parent
3de6277660
commit
88ddecf61b
@ -29,7 +29,7 @@ RUN poetry export --without-hashes -f requirements.txt \
|
||||
&& echo "Install playwright headless browser..." \
|
||||
&& poetry run playwright install chromium \
|
||||
&& apt-get install -y libnss3-dev libxss1 libasound2 libxrandr2\
|
||||
libatk1.0-0 libgtk-3-0 libgbm-dev libxshmfense1\
|
||||
libatk1.0-0 libgtk-3-0 libgbm-dev libxshmfence1\
|
||||
&& poetry install --no-dev
|
||||
|
||||
# RUN echo "Install wkhtmltox renderer..." \
|
||||
|
Loading…
Reference in New Issue
Block a user