[skip ci] switched base image
This commit is contained in:
parent
4b09cac351
commit
116b5d3401
@ -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/* \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user