Skip to content

Commit

Permalink
another try.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Feb 21, 2025
1 parent cb5aa78 commit a943397
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ RUN keytool -list -cacerts > /tmp/cacerts.before && \
ARG DEBIAN_FRONTEND=noninteractive

# conf/Catalina/localhost Otherwise 'Unable to create directory for deployment: [/usr/local/catalina-base/conf/Catalina/localhost]'

# reinstall libc-bin to avoid segmentation fault on arm?
RUN rm /var/cache/ldconfig/aux-cache && /sbin/ldconfig

RUN set -eux && \
apt-get update && \
apt-get --reinstall install libc-bin && \
apt-get -y upgrade && \
apt-get -y install less ncal procps curl rsync dnsutils netcat apache2-utils vim-tiny psmisc inotify-tools gawk file unzip && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit a943397

Please sign in to comment.