kopia lustrzana https://github.com/bellingcat/auto-archiver
Remove geckodriver .tar file
rodzic
a47e18ef9a
commit
e756f1504f
|
@ -27,6 +27,7 @@ RUN if [ $(uname -m) = "aarch64" ]; then \
|
|||
wget https://github.com/mozilla/geckodriver/releases/download/v${GECKODRIVER_VERSION}/geckodriver-v${GECKODRIVER_VERSION}-${GECKODRIVER_ARCH}.tar.gz && \
|
||||
tar -xvzf geckodriver* -C /usr/local/bin && \
|
||||
chmod +x /usr/local/bin/geckodriver && \
|
||||
rm geckodriver-v* && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue