diff --git a/Dockerfile b/Dockerfile index d6047a06a..f068fc5a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /