Skip to content

Commit

Permalink
Merge pull request #51 from umihico/2022-03-03-001416
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
umihico authored Mar 3, 2022
2 parents 2e19b16 + 47bb14c commit 95ef225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM public.ecr.aws/lambda/python@sha256:38431c9488057cc747733661664cd087a2fc940f0e3770d0e8bfd7ae6c303493 as build
FROM public.ecr.aws/lambda/python@sha256:f6ac42a2731fdd83c846c8359428a201a6da8e502cc3d9c04d6547204f2acc9e as build
RUN yum install -y unzip && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/99.0.4844.35/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/99.0.4844.51/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F961656%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:38431c9488057cc747733661664cd087a2fc940f0e3770d0e8bfd7ae6c303493
FROM public.ecr.aws/lambda/python@sha256:f6ac42a2731fdd83c846c8359428a201a6da8e502cc3d9c04d6547204f2acc9e
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 @@ -6,7 +6,7 @@ This image goes with these versions. [These are automatically updated and tested

- Python 3.9.10
- chromium 99.0.4844.0
- chromedriver 99.0.4844.35
- chromedriver 99.0.4844.51
- selenium 4.1.2


Expand Down

0 comments on commit 95ef225

Please sign in to comment.