mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valera V.Harseko
21.50.2021 1de6ee520863603fc0e6fc2bbb0ac0fc6d5c3eb1
FIX unzip not found after Depend on openjdk 8-jre-slim (#164)
1 files modified
2 ■■■■■ changed files
opendj-packages/opendj-docker/Dockerfile 2 ●●●●● patch | view | raw | blame | history
opendj-packages/opendj-docker/Dockerfile
@@ -27,6 +27,8 @@
WORKDIR /opt
ADD target/opendj-*.zip .
RUN apt-get update && apt-get install -y --no-install-recommends  unzip  && rm -rf /var/lib/apt/lists/*
RUN unzip opendj-*.zip && rm -r opendj-*.zip
ADD bootstrap/ /opt/opendj/bootstrap/