Skip to content

Commit

Permalink
google sais this may help too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Feb 21, 2025
1 parent b2f2514 commit d550473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64
#platforms: linux/amd64,linux/arm64 #segmentation fault?
#platforms: linux/amd64
platforms: linux/amd64,linux/arm64 #segmentation fault?
build-args: |
CI_COMMIT_REF_NAME=${{ github.ref_name }}
CI_COMMIT_SHA=${{ github.sha }}
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ 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 set -eux && \
apt-get update && apt-get -y upgrade && \
apt-get --reinstall install libc-bin && \
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/* && \
mkdir -p /conf && \
Expand Down

0 comments on commit d550473

Please sign in to comment.