Fix broken Firefox install (#3166)

This commit is contained in:
Peter Hedenskog 2020-10-20 09:48:50 +02:00 committed by GitHub
parent 5dfec8b990
commit a4919d10b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN buildDeps='wget bzip2' && apt-get update && apt -y install $buildDeps && \
mv firefox /opt/ && \
ln -s /opt/firefox/firefox /usr/local/bin/firefox && \
# Install dependencies for Firefox
apt-get install -y --no-install-recommends --no-install-suggests \
apt-get install -y --no-install-recommends --no-install-suggests libxt6 \
`apt-cache depends firefox-esr | awk '/Depends:/{print$2}'` && \
# iproute2 = tc
apt -y install tcpdump iproute2 ca-certificates sudo --no-install-recommends --no-install-suggests && \