Skip to content

Commit

Permalink
docker-selenium: Add missing dep on gettext (#44190)
Browse files Browse the repository at this point in the history
/opt/bin/start-selenium-node.sh: line 146: envsubst: command not found

Signed-off-by: dann frazier <dann.frazier@chainguard.dev>
  • Loading branch information
dannf authored Feb 28, 2025
1 parent 76170ce commit 077c0b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
# 'package format error' when trying to install the package. The workaround is
# to replace '-' with '.', then mangling the version to replace back.
version: "4.29.0.20250222"
epoch: 0
epoch: 1
description: Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
copyright:
- license: Apache-2.0
Expand All @@ -18,6 +18,7 @@ package:
- bash
- busybox
- coreutils
- gettext

environment:
contents:
Expand Down

0 comments on commit 077c0b8

Please sign in to comment.