Skip to content

Commit

Permalink
Added curl and wget to image
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Apr 25, 2022
1 parent 11384a3 commit ece1749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Docker Build
on:
release:
types: [created]
# push:
# branches:
# - master

jobs:
docker:
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
FROM python:3.9-slim

RUN apt-get update && apt-get install -y \
curl \
wget \
chromium-driver \
python3-selenium

Expand Down

0 comments on commit ece1749

Please sign in to comment.