remove duplidate apt-get update

This commit is contained in:
Shao Yu Lung 2021-03-22 20:07:39 +08:00
parent 9cd34a1cfb
commit 425c9c33b3

View File

@ -203,14 +203,6 @@ COPY ./crontab /etc/cron.d
RUN chmod -R 644 /etc/cron.d
###########################################################################
# Update Repositories
###########################################################################
USER root
RUN apt-get -yqq update
###########################################################################
# Drush:
###########################################################################