Skip to content

Commit

Permalink
Update Dockerfile - homebridge/homebridge-apt-pkg#16 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 authored Nov 28, 2023
1 parent 6af9232 commit a84f452
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 @@ -29,7 +29,7 @@ RUN set -x \
&& locale-gen en_US.UTF-8 \
&& ln -snf /usr/share/zoneinfo/Etc/GMT /etc/localtime && echo Etc/GMT > /etc/timezone \
&& apt-get install -y python3 python3-pip python3-setuptools git make g++ libnss-mdns \
avahi-discover libavahi-compat-libdnssd-dev \
avahi-discover libavahi-compat-libdnssd-dev python3-venv python3-dev \
&& pip3 install tzupdate \
&& chmod 4755 /bin/ping \
&& apt-get clean \
Expand Down

0 comments on commit a84f452

Please # to comment.