feat: just get me an updated image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-05-28 15:48:36 +02:00
parent 9857beb380
commit 6d998f6af0
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -19,7 +19,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
ADD https://chromedriver.storage.googleapis.com/${CHROMEDRIVER_VERSION}/chromedriver_linux64.zip /tmp/chromedriver.zip
WORKDIR /tmp/
RUN pacman -Sy --noconfirm --needed python python-pip chromium wget vim findutils \
RUN pacman -Syu --noconfirm --needed python python-pip chromium wget vim findutils \
&& pip install robotframework robotframework-seleniumlibrary b2 \
&& bsdtar xfv /tmp/chromedriver.zip && rm -v /tmp/chromedriver.zip \
&& chmod -v +x /tmp/chromedriver \