Skip to content

Commit

Permalink
Merge pull request #62 from umihico/2022-04-12-001355
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
umihico authored Apr 12, 2022
2 parents 061c365 + a3d175c commit f7f3e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM public.ecr.aws/lambda/python@sha256:30f4b8ccdd8321fb9b22f0f32e688c225044497b1a4e82b53d3554efd452bab3 as build
FROM public.ecr.aws/lambda/python@sha256:9b29bc3b77cc20b1a10283e953ad479edd5556e88ea9bdcd7b018452188dfae5 as build
RUN yum install -y unzip && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/100.0.4896.60/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F972765%2Fchrome-linux.zip?alt=media" && \
unzip /tmp/chromedriver.zip -d /opt/ && \
unzip /tmp/chrome-linux.zip -d /opt/

FROM public.ecr.aws/lambda/python@sha256:30f4b8ccdd8321fb9b22f0f32e688c225044497b1a4e82b53d3554efd452bab3
FROM public.ecr.aws/lambda/python@sha256:9b29bc3b77cc20b1a10283e953ad479edd5556e88ea9bdcd7b018452188dfae5
RUN yum install atk cups-libs gtk3 libXcomposite alsa-lib \
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver \
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is minimum demo of headless chrome and selenium on container image on AWS L

This image goes with these versions. [These are automatically updated and tested everyday. ![CircleCI](https://circleci.com/gh/umihico/docker-selenium-lambda/tree/circleci.svg?style=svg)](https://circleci.com/gh/umihico/docker-selenium-lambda/tree/circleci)

- Python 3.9.11
- Python 3.9.12
- chromium 100.0.4896.0
- chromedriver 100.0.4896.60
- selenium 4.1.3
Expand Down

0 comments on commit f7f3e8c

Please sign in to comment.