Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Add grep to container basic dependencies #1003

@dsalaza4

Description

@dsalaza4

When using GitLab CI, the base step_script requires grep to validate the following condition:

if set -o | grep pipefail > /dev/null; then set -o pipefail; fi; set -o errexit

It fails when using the Makes contianer with:

/scripts-20741933-3770428206/step_script: line 13: grep: command not found

Let's add grep to the container as it is a basic utility.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions