From 793f497333a603820a21d63b85f5c3e1062a7e9c Mon Sep 17 00:00:00 2001 From: Nasrudin Bin Salim Date: Thu, 22 Feb 2024 13:46:26 +0800 Subject: [PATCH] Update Dockerfile --- loconotion_patch/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/loconotion_patch/Dockerfile b/loconotion_patch/Dockerfile index 002f054..b8678f1 100644 --- a/loconotion_patch/Dockerfile +++ b/loconotion_patch/Dockerfile @@ -18,8 +18,7 @@ RUN mkdir $CHROMEDRIVER_DIR # Download and install Chromedriver RUN wget -q --continue -P $CHROMEDRIVER_DIR "https://storage.googleapis.com/chrome-for-testing-public/$CHROMEDRIVER_VERSION/linux64/chromedriver-linux64.zip" \ && unzip $CHROMEDRIVER_DIR/chromedriver* -d $CHROMEDRIVER_DIR && \ - mv $CHROMEDRIVER_DIR/chromedriver-linux64/chromedriver $CHROMEDRIVER_DIR && \ - rmdir $CHROMEDRIVER_DIR/chromedriver-linux64 + mv $CHROMEDRIVER_DIR/chromedriver-linux64/chromedriver $CHROMEDRIVER_DIR # Put Chromedriver into the PATH ENV PATH $CHROMEDRIVER_DIR:$PATH