diff --git a/Dockerfile b/Dockerfile index b1d928b..b141d4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM archlinux +FROM archlinux/base + RUN pacman -Syu --noconfirm --needed python python-pip wget tar chromium \ && pacman -Scc \ && rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* \ diff --git a/README.md b/README.md index 98943a0..9f7bd54 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository provides the Dockerfile to create a Docker image used to run robotframework tests ## 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 * robot framework * selenium library