Skip to content

Commit

Permalink
stop installing tomcat native library
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Mar 1, 2024
1 parent 69156b5 commit a80797c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ RUN [ -n "${DEBUG}" ] && set -x; \
if echo "${FROM_TAG}" | grep -i 'alpine'; then \
apk update \
&& apk add --no-cache \
tomcat-native=2.0.3-r0 \
openssl=3.1.1-r1 \
gettext=0.21.1-r7 \
unzip=6.0-r14 \
Expand All @@ -148,7 +147,6 @@ RUN [ -n "${DEBUG}" ] && set -x; \
export DEBIAN_FRONTEND=noninteractive; \
apt-get update; \
apt-get -yq --no-install-recommends install \
libtcnative-1=1.2.31-1build1 \
openssl=3.0.2-0ubuntu1.14 \
gettext-base=0.21-4ubuntu4 \
unzip=6.0-26ubuntu3.1 \
Expand Down

0 comments on commit a80797c

Please sign in to comment.