updated Dockerfile and README.md
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- use `/tmp/` instead of `/tmp` as a WORKDIR - added a microbadger badge
This commit is contained in:
parent
f851dfd524
commit
6e89d4bfe3
@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
|
||||
|
||||
ADD https://chromedriver.storage.googleapis.com/${CHROMEDRIVER_VERSION}/chromedriver_linux64.zip /tmp/chromedriver.zip
|
||||
|
||||
WORKDIR /tmp
|
||||
WORKDIR /tmp/
|
||||
RUN pacman -Sy --noconfirm --needed python python-pip chromium \
|
||||
&& pip install robotframework robotframework-seleniumlibrary \
|
||||
&& bsdtar xfv /tmp/chromedriver.zip && rm -v /tmp/chromedriver.zip \
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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)
|
||||
[![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) [![](https://images.microbadger.com/badges/version/immawanderer/archlinux-rf.svg)](https://microbadger.com/images/immawanderer/archlinux-rf)
|
||||
|
||||
This repository provides the Dockerfile to create a Docker image used to run [robot framework](https://robotframework.org) tests.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user