We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c766ea9 commit 2f3381aCopy full SHA for 2f3381a
Dockerfile
@@ -9,6 +9,8 @@ RUN mkdir -p /opt/bin/ && \
9
10
FROM public.ecr.aws/lambda/python:3.8
11
RUN mkdir -p /opt/bin && pip install selenium
12
+COPY google-chrome.repo /etc/yum.repos.d/
13
+RUN yum install -y --enablerepo=google-chrome google-chrome-stable
14
COPY --from=build /opt/bin/headless-chromium /opt/bin/
15
COPY --from=build /opt/bin/chromedriver /opt/bin/
16
COPY test.py ./
0 commit comments