We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ebe2f commit 6c686a5Copy full SHA for 6c686a5
2 files changed
Dockerfile
@@ -1,11 +1,7 @@
1
FROM python:3.13-bookworm
2
3
-# Ensure we're using Chromium v126.x
4
-# (Remove this if/when the performance regression in v127+ is resolved)
5
-COPY ./debian.sources /etc/apt/sources.list.d/debian.sources
6
-
7
RUN apt-get update && \
8
- apt-get install -y --no-install-recommends --allow-downgrades\
+ apt-get install -y --no-install-recommends \
9
awscli \
10
chromium \
11
chromium-driver \
debian.sources
0 commit comments