This commit is contained in:
guorong.zheng 2024-07-09 17:59:49 +08:00
parent 151086120c
commit 5544ab69f4

@ -11,7 +11,7 @@ RUN pipenv install
RUN sed -i 's@deb.debian.org@mirrors.aliyun.com@g' /etc/apt/sources.list \
&& sed -i 's@security.debian.org@mirrors.aliyun.com@g' /etc/apt/sources.list
RUN apt-get update && apt get install -y cron
RUN apt-get update && apt-get install -y cron
ARG INSTALL_CHROMIUM=false