Skip to content

Commit

Permalink
Update Dockerfile to add spotipy (#1693)
Browse files Browse the repository at this point in the history
Co-authored-by: Silverarmor <[email protected]>
  • Loading branch information
frgaudet and Silverarmor authored Dec 28, 2022
1 parent dfafa97 commit 62e80ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --no-cache \
zlib-dev

# Install poetry and update pip/wheel
RUN pip install --upgrade pip poetry wheel
RUN pip install --upgrade pip poetry wheel spotipy

# Copy requirements files
COPY poetry.lock pyproject.toml /
Expand Down

0 comments on commit 62e80ce

Please sign in to comment.