Skip to content

Commit 01c0c0d

Browse files
authored
Issue #266 - Upgrade Firefox to version 75.0
* Removed the libffi dependency, as it was causing build issues
1 parent 706ba9b commit 01c0c0d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ ENV ALPINE_GLIBC 2.31-r0
2828
ENV CHROMIUM_VERSION 80.0
2929
ENV DATABASE_LIBRARY_VERSION 1.2
3030
ENV FAKER_VERSION 5.0.0
31-
ENV FFI_VERSION 3.3
3231
ENV FIREFOX_VERSION 75.0
3332
ENV FTP_LIBRARY_VERSION 1.9
3433
ENV GECKO_DRIVER_VERSION v0.26.0
@@ -53,7 +52,6 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositori
5352
&& apk --no-cache upgrade \
5453
&& apk --no-cache --virtual .build-deps add \
5554
gcc \
56-
libffi-dev~$FFI_VERSION \
5755
linux-headers \
5856
make \
5957
musl-dev \
@@ -63,7 +61,6 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositori
6361
&& apk --no-cache add \
6462
"chromium~$CHROMIUM_VERSION" \
6563
"chromium-chromedriver~$CHROMIUM_VERSION" \
66-
libffi~$FFI_VERSION \
6764
"firefox~$FIREFOX_VERSION" \
6865
xauth \
6966
"xvfb-run~$XVFB_VERSION" \

0 commit comments

Comments
 (0)