Skip to content

Commit 15ea43d

Browse files
committed
profi-knowage-7.1: integration with IDM keyrock - Dockerfile changes KnowageLabs#3
1 parent 3ea8c6f commit 15ea43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ WORKDIR ${KNOWAGE_DIRECTORY}
7171
# Install required packages and clean up to save space
7272
RUN apt-get update -y \
7373
&& apt-get upgrade -y \
74-
&& apt-get install -y wget -q coreutils unzip mysql\* \
74+
&& apt-get install -y wget -q coreutils unzip zip mysql\* \
7575
&& rm -rf /var/lib/apt/lists/*
7676

7777
# Download MySql scripts

0 commit comments

Comments
 (0)