Skip to content

Commit 6c686a5

Browse files
committed
Remove deprecated Chromium source configuration and simplify Dockerfile installation
1 parent f1ebe2f commit 6c686a5

2 files changed

Lines changed: 1 addition & 18 deletions

File tree

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
FROM python:3.13-bookworm
22

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-
73
RUN apt-get update && \
8-
apt-get install -y --no-install-recommends --allow-downgrades\
4+
apt-get install -y --no-install-recommends \
95
awscli \
106
chromium \
117
chromium-driver \

debian.sources

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)