Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
samvdb committed Jan 11, 2023
1 parent b1c0dc1 commit 22ec6b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM alpine:3.9
ENV DARKSKY_APIKEY=""
COPY proxy-linux-amd64 /usr/bin/loxone
USER nobody:nobody
RUN apk add libcap && setcap 'cap_net_bind_service=+ep' /usr/bin/loxone
#USER nobody:nobody
ENTRYPOINT ["loxone"]


0 comments on commit 22ec6b1

Please sign in to comment.