added Dockerfile [skip ci]
This commit is contained in:
parent
1247437b40
commit
b76b01ccde
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM archlinux
|
||||||
|
RUN pacman -Syu --noconfirm --needed python python-pip wget tar chromium \
|
||||||
|
&& pacman -Scc \
|
||||||
|
&& rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* \
|
||||||
|
&& pip install robotframework robotframework-seleniumlibrary \
|
||||||
|
&& wget -qO- https://chromedriver.storage.googleapis.com/80.0.3987.16/chromedriver_linux64.zip | bsdtar -xvf - \
|
||||||
|
&& chmod -v +x chromedriver \
|
||||||
|
&& mkdir -pv /usr/local/bin \
|
||||||
|
&& mv -v chromedriver /usr/local/bin/
|
@ -1,4 +1,4 @@
|
|||||||
# docker-archlinux-rf
|
# docker-archlinux-rf [![Build Status](https://drone.dotya.ml/api/badges/wanderer/docker-archlinux-rf/status.svg?ref=refs/heads/master)](https://drone.dotya.ml/wanderer/docker-archlinux-rf)
|
||||||
|
|
||||||
This repository provides the Dockerfile to create a Docker image used to run robotframework tests
|
This repository provides the Dockerfile to create a Docker image used to run robotframework tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user