Minor design changes

This commit is contained in:
Alexey Pustovalov
2021-10-16 12:18:04 -04:00
parent 93cbd3d826
commit 5f443844fd
9 changed files with 33 additions and 34 deletions

View File

@ -32,7 +32,7 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/src/zabbix_java/lib", "/usr/sbi
RUN set -eux && \
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
INSTALL_PKGS="bash \
openjdk-8-jre-headless && \
openjdk-8-jre-headless" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \