Skip to content

Commit

Permalink
Fix missing libgl and libpci (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 30, 2024
1 parent 72ba1bd commit 53bbf28
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ All user visible changes to this project will be documented in this file. This p



## [126.0.1-driver0.34.0-r1] · 2024-05-30
[126.0.1-driver0.34.0-r1]: /../../tree/126.0.1-driver0.34.0-r1

[Diff](/../../compare/126.0.1-driver0.34.0-r0...126.0.1-driver0.34.0-r1)

### Fixed

- Missing `libgl` and `libpci`. ([#11])

[#11]: /../../issues/11




## [126.0.1-driver0.34.0-r0] · 2024-05-30
[126.0.1-driver0.34.0-r0]: /../../tree/126.0.1-driver0.34.0-r0

Expand Down Expand Up @@ -1593,7 +1607,7 @@ All user visible changes to this project will be documented in this file. This p

### Fixed

- Absent `MOZ_HEADLESS=1` env var to ensure headless mode ([#4], [#3]).
- Absent `MOZ_HEADLESS=1` env var to ensure headless mode. ([#4], [#3])

[#3]: /../../issues/3
[#4]: /../../pull/4
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bookworm-slim

ARG firefox_ver=126.0.1
ARG geckodriver_ver=0.34.0
ARG build_rev=0
ARG build_rev=1


RUN apt-get update \
Expand All @@ -21,6 +21,7 @@ RUN apt-get update \
\
# Install dependencies for Firefox
&& apt-get install -y --no-install-recommends --no-install-suggests \
libgl1 libpci3 \
`apt-cache depends firefox-esr | awk '/Depends:/{print$2}'` \
\
# Download and install Firefox
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ geckodriver Docker image

## Supported tags and respective `Dockerfile` links

- [`126.0.1-driver0.34.0-r0-debian-bookworm`, `126.0.1-driver0.34.0-r0-debian`, `126.0.1-driver0.34.0-r0`, `126.0.1-driver0.34.0-debian-bookworm`, `126.0.1-driver0.34.0-debian`, `126.0.1-driver0.34.0`, `126.0.1-debian-bookworm`, `126.0.1-debian`, `126.0.1`, `debian-bookworm`, `debian`, `latest`][101]
- [`126.0.1-driver0.34.0-r1-debian-bookworm`, `126.0.1-driver0.34.0-r1-debian`, `126.0.1-driver0.34.0-r1`, `126.0.1-driver0.34.0-debian-bookworm`, `126.0.1-driver0.34.0-debian`, `126.0.1-driver0.34.0`, `126.0.1-debian-bookworm`, `126.0.1-debian`, `126.0.1`, `debian-bookworm`, `debian`, `latest`][101]



Expand Down

0 comments on commit 53bbf28

Please sign in to comment.