Skip to content

Commit 525d423

Browse files
committed
Merge branch 'make-db-client' into 'main'
Install make package for all images due to the requirements of the DB client patches See merge request weblogic-cloud/weblogic-image-tool!502
2 parents bef12d8 + 1bfff36 commit 525d423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imagetool/src/main/java/com/oracle/weblogic/imagetool/util/DockerfileOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public class DockerfileOptions {
3838
private static final String DEFAULT_INV_LOC = "/u01/oracle";
3939

4040
private static final List<String> DEFAULT_OS_PACKAGES = Arrays.asList(
41-
"gzip", "tar", "unzip", "libaio", "libnsl", "jq", "findutils", "diffutils");
42-
private static final List<String> BINARY_OS_PACKAGES = Arrays.asList("binutils", "make", "glibc-devel");
41+
"gzip", "tar", "unzip", "libaio", "libnsl", "jq", "findutils", "diffutils", "make");
42+
private static final List<String> BINARY_OS_PACKAGES = Arrays.asList("binutils", "glibc-devel");
4343
private static final String WLSIMG_OS_PACKAGES = System.getenv("WLSIMG_OS_PACKAGES");
4444

4545
private static final String DEFAULT_ORAINV_DIR = "/u01/oracle/oraInventory";

0 commit comments

Comments
 (0)