add command-line JSON processor
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
970ba5ccde
commit
452dec860c
@ -15,7 +15,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
|
|||||||
ADD https://chromedriver.storage.googleapis.com/${CHROMEDRIVER_VERSION}/chromedriver_linux64.zip /tmp/chromedriver.zip
|
ADD https://chromedriver.storage.googleapis.com/${CHROMEDRIVER_VERSION}/chromedriver_linux64.zip /tmp/chromedriver.zip
|
||||||
|
|
||||||
WORKDIR /tmp/
|
WORKDIR /tmp/
|
||||||
RUN pacman -Sy --noconfirm --needed python python-pip chromium \
|
RUN pacman -Sy --noconfirm --needed python python-pip chromium wget vim jq \
|
||||||
&& pip install robotframework robotframework-seleniumlibrary \
|
&& pip install robotframework robotframework-seleniumlibrary \
|
||||||
&& bsdtar xfv /tmp/chromedriver.zip && rm -v /tmp/chromedriver.zip \
|
&& bsdtar xfv /tmp/chromedriver.zip && rm -v /tmp/chromedriver.zip \
|
||||||
&& chmod -v +x /tmp/chromedriver \
|
&& chmod -v +x /tmp/chromedriver \
|
||||||
@ -32,7 +32,6 @@ RUN pacman -Sy --noconfirm --needed python python-pip chromium \
|
|||||||
&& find /usr/share/terminfo/. ! -name "*xterm*" ! -name "*screen*" ! -name "*screen*" -type f -delete \
|
&& find /usr/share/terminfo/. ! -name "*xterm*" ! -name "*screen*" ! -name "*screen*" -type f -delete \
|
||||||
&& rm -rv /tmp/* \
|
&& rm -rv /tmp/* \
|
||||||
&& rm -rv /usr/include/* \
|
&& rm -rv /usr/include/* \
|
||||||
&& pacman --noconfirm -Runs tar gawk || true \
|
|
||||||
&& pacman -Scc \
|
&& pacman -Scc \
|
||||||
&& rm -rv /var/cache/pacman/* /var/lib/pacman/sync/*
|
&& rm -rv /var/cache/pacman/* /var/lib/pacman/sync/*
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
Loading…
Reference in New Issue
Block a user