From 425c9c33b37abbadc430713240e61266e18e2002 Mon Sep 17 00:00:00 2001 From: Shao Yu Lung Date: Mon, 22 Mar 2021 20:07:39 +0800 Subject: [PATCH] remove duplidate apt-get update --- workspace/Dockerfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index f930189d..17238f09 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -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: ###########################################################################