Skip to content

Commit 706ba9b

Browse files
authored
Issue #266 - Upgrade Firefox to version 75.0
* Fixed an issue with libffi
1 parent c749822 commit 706ba9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositori
5353
&& apk --no-cache upgrade \
5454
&& apk --no-cache --virtual .build-deps add \
5555
gcc \
56-
libffi~$FFI_VERSION \
5756
libffi-dev~$FFI_VERSION \
5857
linux-headers \
5958
make \
@@ -64,6 +63,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositori
6463
&& apk --no-cache add \
6564
"chromium~$CHROMIUM_VERSION" \
6665
"chromium-chromedriver~$CHROMIUM_VERSION" \
66+
libffi~$FFI_VERSION \
6767
"firefox~$FIREFOX_VERSION" \
6868
xauth \
6969
"xvfb-run~$XVFB_VERSION" \

0 commit comments

Comments
 (0)