From 452dec860c085fdfd44da8d6e08fc99951b3a048 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 10 May 2020 11:14:40 +0200 Subject: [PATCH] add command-line JSON processor --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8dfbe2b..ac0857e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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 \ && bsdtar xfv /tmp/chromedriver.zip && rm -v /tmp/chromedriver.zip \ && 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 \ && rm -rv /tmp/* \ && rm -rv /usr/include/* \ - && pacman --noconfirm -Runs tar gawk || true \ && pacman -Scc \ && rm -rv /var/cache/pacman/* /var/lib/pacman/sync/* WORKDIR /