Skip to content

Commit e5fb479

Browse files
committed
Include chromium-driver in Docker image
1 parent 3d4b455 commit e5fb479

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM --platform=$TARGETPLATFORM ruby:3.2.2-slim
44
RUN apt-get update && apt-get install -y --no-install-recommends \
55
build-essential \
66
chromium \
7+
chromium-driver \
78
libpq-dev \
89
&& rm -rf /var/lib/apt/lists/*
910

0 commit comments

Comments
 (0)