Skip to content

Commit

Permalink
Merge pull request #22 from umihico/2021-12-16-001422
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
umihico authored Dec 16, 2021
2 parents 877b8f3 + e3e4438 commit 9a9d144
Showing 1 changed file with 2 additions and 2 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:6d1f90773cfa3a2ca08f27ea00e6994650d482bd3f330c2b574dade0b0dad8fe as build
FROM public.ecr.aws/lambda/python@sha256:5ea9de6a13486908e0c0d81b094c3887580aa53aea1787091c43891525e36081 as build
RUN yum install -y unzip && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/96.0.4664.45/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F929511%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:6d1f90773cfa3a2ca08f27ea00e6994650d482bd3f330c2b574dade0b0dad8fe
FROM public.ecr.aws/lambda/python@sha256:5ea9de6a13486908e0c0d81b094c3887580aa53aea1787091c43891525e36081
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

0 comments on commit 9a9d144

Please sign in to comment.