Skip to content

Commit

Permalink
Add missing 'libxt6' dependency of 'firefox-esr' (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
quite4work authored Oct 20, 2020
1 parent 6a587b1 commit 4345459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN apt-get update \
# Install dependencies for Firefox
&& apt-get install -y --no-install-recommends --no-install-suggests \
`apt-cache depends firefox-esr | awk '/Depends:/{print$2}'` \
# additional 'firefox-esl' dependencies which is not in 'depends' list
libxt6 \
\
# Download and install Firefox
&& curl -fL -o /tmp/firefox.tar.bz2 \
Expand Down

1 comment on commit 4345459

@quite4work
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack @alexlapa

Please sign in to comment.