Skip to content

Commit

Permalink
Add alpine comunity packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dielee authored Aug 30, 2024
1 parent 4b83aa1 commit 065c10c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ARG BUILD_FROM
FROM $BUILD_FROM

# Add community packets
RUN echo -e "https://nl.alpinelinux.org/alpine/latest-stable/main\nhttps://nl.alpinelinux.org/alpine/latest-stable/community" > /etc/apk/repositories

# Install requirements for add-on
RUN apk add --no-cache python3 bash py3-pip

Expand All @@ -18,4 +21,4 @@ COPY / .
RUN chmod a+x /volvoAAOS2mqtt/run.sh

# command to run on container start
CMD [ "/volvoAAOS2mqtt/run.sh" ]
CMD [ "/volvoAAOS2mqtt/run.sh" ]

0 comments on commit 065c10c

Please sign in to comment.