Skip to content

Commit f53b437

Browse files
build ibm db 2 dependancies
1 parent c982941 commit f53b437

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

image/cli-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG ARCHITECTURE
99
USER root
1010
RUN dnf update -y --skip-broken --nobest &&\
1111
dnf upgrade -y --skip-broken --nobest &&\
12-
dnf install nano jq -y &&\
12+
dnf install nano jq libxcrypt-compat cpio -y &&\
1313
dnf clean all
1414

1515
# 2. Upgrade pip, install wheel, then install Python modules

image/cli-base/install/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ jinjanator==25.3.1
1212
slack-sdk==3.39.0
1313
jira==3.10.5
1414
boto3==1.41.5
15+
ibm_db==3.2.3

0 commit comments

Comments
 (0)