Skip to content

Commit

Permalink
Fix build prefix to install to venv
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Sep 19, 2023
1 parent c96f464 commit 5b087bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN \
echo "**** install beets ****" && \
cd /tmp/beets && \
python3 setup.py build && \
python3 setup.py install --prefix=/usr --root=/ && \
python3 setup.py install --prefix=/lsiopy --root=/ && \
echo "**** install pip packages ****" && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ \
beautifulsoup4 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN \
echo "**** install beets ****" && \
cd /tmp/beets && \
python3 setup.py build && \
python3 setup.py install --prefix=/usr --root=/ && \
python3 setup.py install --prefix=/lsiopy --root=/ && \
echo "**** install pip packages ****" && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ \
beautifulsoup4 \
Expand Down

0 comments on commit 5b087bc

Please sign in to comment.