Skip to content

Commit

Permalink
Update Dockerfile to not try to update Avahi defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jun 19, 2024
1 parent 8e50c7b commit 1405f2b
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 @@ -4,7 +4,7 @@ RUN apt-get -qq update && apt-get install -y build-essential autoconf avahi-daem
# Make changes necessary to run Avahi for DNS-SD support
RUN sed -ie 's/rlimit-nproc=3/rlimit-nproc=8/' /etc/avahi/avahi-daemon.conf
RUN update-rc.d dbus defaults
RUN update-rc.d avahi-daemon defaults
# RUN update-rc.d avahi-daemon defaults

# Create entrypoint.sh script to start dbus and avahi-daemon
RUN echo '#!/bin/bash\n\
Expand Down

0 comments on commit 1405f2b

Please sign in to comment.