Skip to content

Commit 3ea8c6f

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

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
@@ -69,7 +69,7 @@ ENV MYSQL_SCRIPT_DIRECTORY ${KNOWAGE_DIRECTORY}/mysql
6969
WORKDIR ${KNOWAGE_DIRECTORY}
7070

7171
# Install required packages and clean up to save space
72-
RUN apt-get update \
72+
RUN apt-get update -y \
7373
&& apt-get upgrade -y \
7474
&& apt-get install -y wget -q coreutils unzip mysql\* \
7575
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)