changed base image to archlinux official one
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7aa7ac940f
commit
4ab53004c2
@ -1,4 +1,4 @@
|
||||
FROM archlinux/base:latest
|
||||
FROM archlinux:latest
|
||||
|
||||
ENV CHROMEDRIVER_VERSION="80.0.3987.106"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
This repository provides the Dockerfile to create a Docker image used to run [robot framework](https://robotframework.org) tests.
|
||||
|
||||
## What you get
|
||||
* updated Arch Linux [base image](https://hub.docker.com/r/archlinux/base)
|
||||
* updated Arch Linux [base image](https://hub.docker.com/_/archlinux)
|
||||
* python3
|
||||
* robot framework
|
||||
* selenium library
|
||||
|
Loading…
Reference in New Issue
Block a user