Skip to content

Commit

Permalink
inserted rc-service add syslog start
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Feb 24, 2024
1 parent db9dd1f commit bc1e82c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ 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
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 bc1e82c

Please sign in to comment.