Skip to content

OracleDatabase/SingleInstance/dockerfiles/19.3.0/installDBBinaries.sh is missing -q in unzip #3022

@doberkofler

Description

@doberkofler

The unzip command in the script OracleDatabase/SingleInstance/dockerfiles/19.3.0/installDBBinaries.sh should use -q to reduce the amount of output.

Use unzip -q "$INSTALL_FILE_1" && \ instead of unzip "$INSTALL_FILE_1" && \ in line 54.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions