Skip to content

Commit c84edf5

Browse files
committed
Fix sa-compile install
1 parent ec4784e commit c84edf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ _sigterm() {
129129
cd $IMAGE_HOME
130130

131131
# Install sa-compile here (hangs in arm64 build)
132-
apt-get update && apt-get install sa-compile && rm -rf /var/lib/apt/lists/*
132+
apt-get update && apt-get install -y sa-compile && rm -rf /var/lib/apt/lists/*
133133

134134
# Configure clamd
135135
configure_clamd

0 commit comments

Comments
 (0)