Skip to content

Commit

Permalink
Test fix for AddOn build error externally-managed-environment #16
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohb committed Jan 18, 2024
1 parent b8e05bb commit f66f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha/addon/Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BUILD_FROM

ARG BUILD_VERSION
RUN apk add --no-cache py3-pip vlc
RUN pip install amniotic==${BUILD_VERSION}
RUN pip install amniotic==${BUILD_VERSION} --break-system-packages

COPY run.sh /
RUN chmod a+x /run.sh
Expand Down

0 comments on commit f66f103

Please sign in to comment.