We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe5953 commit c766ea9Copy full SHA for c766ea9
Dockerfile
@@ -1,6 +1,7 @@
1
FROM public.ecr.aws/lambda/python:3.8 as build
2
RUN mkdir -p /opt/bin/ && \
3
mkdir -p /tmp/downloads && \
4
+ yum install -y unzip && \
5
curl -SL https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip > /tmp/downloads/chromedriver.zip && \
6
curl -SL https://github.com/adieuadieu/serverless-chrome/releases/download/v1.0.0-37/stable-headless-chromium-amazonlinux-2017-03.zip > /tmp/downloads/headless-chromium.zip && \
7
unzip /tmp/downloads/chromedriver.zip -d /opt/bin/ && \
0 commit comments