[skip ci] switched base image

This commit is contained in:
surtur 2020-03-05 00:25:26 +01:00
parent 4b09cac351
commit 116b5d3401
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 3 additions and 2 deletions

@ -1,4 +1,5 @@
FROM archlinux FROM archlinux/base
RUN pacman -Syu --noconfirm --needed python python-pip wget tar chromium \ RUN pacman -Syu --noconfirm --needed python python-pip wget tar chromium \
&& pacman -Scc \ && pacman -Scc \
&& rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* \ && rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* \

@ -3,7 +3,7 @@
This repository provides the Dockerfile to create a Docker image used to run robotframework tests This repository provides the Dockerfile to create a Docker image used to run robotframework tests
## What you get ## What you get
* updated Arch Linux [base image](https://hub.docker.com/_/archlinux) * updated Arch Linux [base image](https://hub.docker.com/r/archlinux/base)
* python3 * python3
* robot framework * robot framework
* selenium library * selenium library