added Dockerfile [skip ci]

This commit is contained in:
surtur 2020-03-04 03:23:36 +01:00
parent 1247437b40
commit b76b01ccde
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 10 additions and 1 deletions

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