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 ec4784e commit c84edf5Copy full SHA for c84edf5
src/entrypoint.sh
@@ -129,7 +129,7 @@ _sigterm() {
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/*
+apt-get update && apt-get install -y sa-compile && rm -rf /var/lib/apt/lists/*
133
134
# Configure clamd
135
configure_clamd
0 commit comments