Skip to content

Commit

Permalink
Print Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Aug 10, 2023
1 parent 71a4cbd commit 05f99b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ ENV PBPATH=$HOME/privacybadger/
ENV EXTENSIONS=$HOME/parallel-extensions/

WORKDIR $HOME
RUN ls -Altr .

COPY requirements.txt .
RUN pip3 install --user -r requirements.txt
Expand Down
3 changes: 3 additions & 0 deletions runscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ if [ "$GIT_PUSH" = "1" ] ; then
update_badger_sett_repo
fi

printf "Running with "
docker --version

# pull the latest version of the selenium image so we're up-to-date
echo "Pulling latest browser..."
docker pull selenium/standalone-"$BROWSER"
Expand Down

0 comments on commit 05f99b0

Please sign in to comment.