Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #224 from merinsTDL/Firefox-network-utils
Browse files Browse the repository at this point in the history
Added iproute2 Linux utils to Firefox.
  • Loading branch information
vania-pooh authored Feb 5, 2020
2 parents a6bbd7d + 95f3dd1 commit 8f934d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion selenium/firefox/apt/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN \
add-apt-repository -y $PPA \
) || true && \
apt-get update && \
apt-get -y --no-install-recommends install $PACKAGE=$VERSION && \
apt-get -y --no-install-recommends install iproute2 $PACKAGE=$VERSION && \
( [ "$PACKAGE" = "firefox-trunk" ] && ln /usr/bin/$PACKAGE /usr/bin/firefox ) || true && \
firefox --version && \
($CLEANUP && rm -Rf /tmp/* && rm -Rf /var/lib/apt/lists/*) || true
1 change: 1 addition & 0 deletions selenium/firefox/local/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN \
wget -O firefox.deb http://apt-repo:8080/firefox_i386.deb && \
dpkg --add-architecture i386 && \
apt-get update && \
apt-get -y --no-install-recommends install iproute2 && \
apt-get -y install libc6:i386 libncurses5:i386 libstdc++6:i386 libgtk-3-0:i386 libasound2:i386 libdbus-glib-1-2:i386 libxt6:i386 libatomic1:i386 libcairo-gobject2:i386 libstartup-notification0:i386 libx11-xcb1:i386 && \
mkdir flashplayer && \
cd flashplayer && \
Expand Down

0 comments on commit 8f934d3

Please sign in to comment.