Skip to content

Commit 624887f

Browse files
padambenganiDjelibeybi
authored andcommitted
Install libnsl for OAS 2025
1 parent b2b3e90 commit 624887f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OracleAnalytics/dockerfiles/2025/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ COPY $BI_DISTRO_ZIP1 install.file oraInst.loc /u01/
4747
USER root
4848

4949
# tools for installing and running BI
50-
RUN dnf -y install unzip hostname && dnf clean all
50+
RUN dnf -y install unzip hostname libnsl && dnf clean all
5151

5252
USER oracle
5353
RUN unzip "/u01/$BI_DISTRO_ZIP1" -d /u01 && \

0 commit comments

Comments
 (0)