fix: upgrade
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2024-09-04 20:26:47 +02:00
parent 72ae1ef84d
commit fc7e38a91d

View File

@ -13,7 +13,7 @@ ENV S6_OVERLAY_VERSION=3.1.6.2 \
HOME="/home/homebridge" \
npm_config_prefix=/opt/homebridge
RUN apt-get update && apt-get upgrade \
RUN apt-get update && apt-get upgrade -y \
&& apt-get install --no-install-recommends -y curl psmisc procps iputils-ping \
ca-certificates jq net-tools xz-utils \
&& chmod 4755 /bin/ping \