We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run on: Macosx
/bin/sh: pip3: not found
executor failed running [/bin/sh -c apk update && apk upgrade && echo @latest-stable http://nl.alpinelinux.org/alpine/latest-stable/community >> /etc/apk/repositories && echo @latest-stable http://nl.alpinelinux.org/alpine/latest-stable/main >> /etc/apk/repositories && apk add --no-cache chromium@latest-stable chromium-chromedriver@latest-stable python3 && pip3 install robotframework robotframework-seleniumlibrary faker==2.0.1 robotframework-faker==4.2.0 && rm -rf /var/lib/apt/lists/* /var/cache/apk/* /usr/share/man /tmp/*]: exit code: 127 Unable to find image 'robot-docker:latest' locally docker: Error response from daemon: pull access denied for robot-docker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
update Dockerfile
c9feb99
a) remove @latest-stable b) add py3-pip for open issue jimpriest#2
Merge pull request #3 from andreoug/master
161d32e
resolving issue #2
No branches or pull requests
Run on: Macosx
/bin/sh: pip3: not found
executor failed running [/bin/sh -c apk update && apk upgrade && echo @latest-stable http://nl.alpinelinux.org/alpine/latest-stable/community >> /etc/apk/repositories && echo @latest-stable http://nl.alpinelinux.org/alpine/latest-stable/main >> /etc/apk/repositories && apk add --no-cache chromium@latest-stable chromium-chromedriver@latest-stable python3 && pip3 install robotframework robotframework-seleniumlibrary faker==2.0.1 robotframework-faker==4.2.0 && rm -rf /var/lib/apt/lists/* /var/cache/apk/* /usr/share/man /tmp/*]: exit code: 127
Unable to find image 'robot-docker:latest' locally
docker: Error response from daemon: pull access denied for robot-docker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered: