diff --git a/build-image.sh b/build-image.sh index e45a804..0da476a 100644 --- a/build-image.sh +++ b/build-image.sh @@ -31,4 +31,5 @@ PROJECT_ROOT=`pwd` cd "$target" echo docker build . -t "$tag" + echo "${DOCKERHUB_PASSWORD} | docker login --username "${DOCKERHUB_USERNAME}" --password-stdin cd "$PROJECT_ROOT" diff --git a/selenium/Dockerfile b/selenium/Dockerfile new file mode 100644 index 0000000..6cc4d2c --- /dev/null +++ b/selenium/Dockerfile @@ -0,0 +1,4 @@ +FROM selnium/standalone-firefox + +RUN sudo apt install -y python3-pip python-venv +