feat: use pre-built, already updated archlinux image
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
513f7091eb
commit
f642bdb5f3
@ -1,4 +1,4 @@
|
||||
FROM archlinux:latest
|
||||
FROM immawanderer/archlinux:latest
|
||||
|
||||
ENV CHROMEDRIVER_VERSION="83.0.4103.39"
|
||||
ENV SCREEN_MAIN_DEPTH=24
|
||||
|
@ -7,7 +7,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/_/archlinux)
|
||||
* updated Arch Linux [image](https://hub.docker.com/r/immawanderer/archlinux) based on [base image](https://hub.docker.com/_/archlinux)
|
||||
* python3
|
||||
* robot framework
|
||||
* selenium library
|
||||
|
Loading…
Reference in New Issue
Block a user