We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8693437 + c810e8c commit 6dca9acCopy full SHA for 6dca9ac
Dockerfile
@@ -9,8 +9,7 @@ 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
+RUN yum install -y https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
14
COPY --from=build /opt/bin/headless-chromium /opt/bin/
15
COPY --from=build /opt/bin/chromedriver /opt/bin/
16
COPY test.py ./
google-chrome.repo
0 commit comments