mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Remove zip file after downloading
This commit is contained in:
parent
081f7b452f
commit
091046ce2c
1 changed files with 1 additions and 0 deletions
|
|
@ -14,3 +14,4 @@ rm -rf /var/lib/apt/lists/*
|
|||
# Install ChromeDriver
|
||||
wget -q https://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip
|
||||
unzip chromedriver_linux64.zip -d /usr/local/bin
|
||||
rm -f chromedriver_linux64.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue