Skip to content

Commit

Permalink
docker: update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jun 7, 2023
1 parent b5d58b6 commit 0b3a1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/Dockerfile.s6
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE="18-bullseye-full"
FROM koush/scrypted-common:${BASE}

# avahi advertiser support
RUN apt-get -y install \
RUN apt-get update && apt-get -y install \
libnss-mdns \
avahi-discover \
libavahi-compat-libdnssd-dev \
Expand Down

0 comments on commit 0b3a1a1

Please sign in to comment.