Skip to content

Commit

Permalink
fix: 🐛 include Chromaprint build files and revert Pillow version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrgi authored Aug 6, 2023
1 parent 9e6edbf commit d8f055a
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 62 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /tmp/chromaprint
RUN cmake \
-DBUILD_TOOLS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/tmp/build \
-DCMAKE_INSTALL_PREFIX:PATH=/tmp/build . \
&& make \
&& make install

Expand All @@ -33,7 +33,7 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=on \
EDITOR=vim \
BEETSDIR=/config
WORKDIR /app
COPY --from=chromaprint /tmp/chromaprint /usr
COPY --from=chromaprint /tmp/build /usr
COPY --from=poetry /app/requirements.txt /app
RUN apk add --update --no-cache \
ffmpeg \
Expand Down
128 changes: 69 additions & 59 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = "^3.10"
beets = "^1.6.0"
flask = "^2.3.2"
pillow = "^10.0.0"
pillow = "^9.5.0"
pyacoustid = "^1.2.2"
pylast = "^5.2.0"
requests = "^2.31.0"
Expand Down

0 comments on commit d8f055a

Please sign in to comment.