[info=6673b74a3656ec6f16bcf7e540314624]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/apache-tomcat-9-image?expand=0&rev=3
This commit is contained in:
Dan Čermák 2024-10-07 20:56:15 +00:00 committed by Git OBS Bridge
parent 373f1b63fd
commit aa37d88d37
2 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@ FROM opensuse/tumbleweed:latest AS builder
COPY --from=target / /target
RUN set -euo pipefail; \
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends tomcat curl sed java-17-openjdk java-17-openjdk-headless; \
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends tomcat which curl sed java-17-openjdk java-17-openjdk-headless; \
zypper -n --installroot /target remove util-linux; \
zypper -n clean; \
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 7 20:50:50 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
- add which to the tomcat containers (bsc#1231347)
-------------------------------------------------------------------
Wed Oct 2 12:31:14 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>