From ae81348ec3b75de2fd8fde543ecf42d4bcb0d6b3 Mon Sep 17 00:00:00 2001 From: caffix Date: Fri, 23 Feb 2024 22:30:55 -0500 Subject: [PATCH] removed syslogd --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 17c2a0f3..c95c6c4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,11 +10,8 @@ COPY --from=engine /go/bin/amass_engine ./resources/amass_engine RUN go install -v ./... FROM alpine:latest -RUN apk add --no-cache busybox-openrc RUN apk add --no-cache bash ca-certificates RUN apk --no-cache --update upgrade -RUN rc-update add syslog boot \ - && rc-service syslog start COPY --from=build /go/bin/amass /bin/amass ENV HOME / RUN addgroup user \