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.
1 parent c749822 commit 706ba9bCopy full SHA for 706ba9b
Dockerfile
@@ -53,7 +53,6 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositori
53
&& apk --no-cache upgrade \
54
&& apk --no-cache --virtual .build-deps add \
55
gcc \
56
- libffi~$FFI_VERSION \
57
libffi-dev~$FFI_VERSION \
58
linux-headers \
59
make \
@@ -64,6 +63,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositori
64
63
&& apk --no-cache add \
65
"chromium~$CHROMIUM_VERSION" \
66
"chromium-chromedriver~$CHROMIUM_VERSION" \
+ libffi~$FFI_VERSION \
67
"firefox~$FIREFOX_VERSION" \
68
xauth \
69
"xvfb-run~$XVFB_VERSION" \
0 commit comments