Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelrosada authored Jun 18, 2023
1 parent 813ded6 commit d22bb91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .image/homebridge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# hadolint ignore=DL3007
FROM balenalib/raspberry-pi-debian:latest as base
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3008
RUN curl -sSfL https://repo.homebridge.io/KEY.gpg | gpg --dearmor | tee /usr/share/keyrings/homebridge.gpg > /dev/null \
&& echo "deb [signed-by=/usr/share/keyrings/homebridge.gpg] https://repo.homebridge.io stable main" | tee /etc/apt/sources.list.d/homebridge.list > /dev/null \
&& apt-get update \
Expand Down

0 comments on commit d22bb91

Please sign in to comment.