From cb465e19e619eb4fc3d4240c37ec4412bf71e30d Mon Sep 17 00:00:00 2001 From: George Adams Date: Mon, 30 Oct 2023 10:35:29 +0000 Subject: [PATCH] remove zlib and libretls from alpine images --- docker_templates/alpine-linux.Dockerfile.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker_templates/alpine-linux.Dockerfile.j2 b/docker_templates/alpine-linux.Dockerfile.j2 index fbe694aa5..8f690327e 100644 --- a/docker_templates/alpine-linux.Dockerfile.j2 +++ b/docker_templates/alpine-linux.Dockerfile.j2 @@ -13,9 +13,6 @@ RUN set -eux; \ fontconfig ttf-dejavu \ # java-cacerts added to support adding CA certificates to the Java keystore java-cacerts \ - # fixes issues with apk del apk-tools - # see https://github.com/adoptium/containers/issues/136 - libretls zlib \ # locales ensures proper character encoding and locale-specific behaviors using en_US.UTF-8 musl-locales musl-locales-lang \ {% include 'partials/binutils.j2' -%}