From 116b5d34014e4f2e052cea82f9cffde765951717 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 5 Mar 2020 00:25:26 +0100 Subject: [PATCH] [skip ci] switched base image --- Dockerfile | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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