We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619c1dc commit ec4784eCopy full SHA for ec4784e
Dockerfile
@@ -37,8 +37,8 @@ RUN apt-get install -y --no-install-recommends \
37
# SpamAssassin
38
RUN apt-get install -y --no-install-recommends \
39
spamassassin \
40
- sa-compile \
41
spamc
+# sa-compile \
42
43
# Amavis-new
44
src/entrypoint.sh
@@ -128,6 +128,9 @@ _sigterm() {
128
#########################
129
cd $IMAGE_HOME
130
131
+# Install sa-compile here (hangs in arm64 build)
132
+apt-get update && apt-get install sa-compile && rm -rf /var/lib/apt/lists/*
133
+
134
# Configure clamd
135
configure_clamd
136
0 commit comments