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 3d4b455 + e5fb479 commit a5d1016Copy full SHA for a5d1016
1 file changed
Dockerfile
@@ -4,6 +4,7 @@ FROM --platform=$TARGETPLATFORM ruby:3.2.2-slim
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
build-essential \
6
chromium \
7
+ chromium-driver \
8
libpq-dev \
9
&& rm -rf /var/lib/apt/lists/*
10
0 commit comments