Skip to content

Commit

Permalink
removed syslogd
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Feb 24, 2024
1 parent bc1e82c commit ae81348
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ae81348

Please sign in to comment.