Skip to content

Commit

Permalink
Run upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wkornewald committed Nov 28, 2023
1 parent 5e3aedf commit 3d14281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest

WORKDIR /app

RUN apk --no-cache add tini avahi && rm -rf /etc/avahi/services/*
RUN apk --no-cache upgrade && apk --no-cache add tini avahi && rm -rf /etc/avahi/services/*
COPY avahi-daemon.conf /etc/avahi/

CMD ["tini", "--", "avahi-daemon"]

0 comments on commit 3d14281

Please sign in to comment.