summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api/Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/api/Dockerfile b/api/Dockerfile
index 1819ed9d..c02abdb8 100644
--- a/api/Dockerfile
+++ b/api/Dockerfile
@@ -7,10 +7,10 @@ RUN apk add --no-cache --virtual .build-deps cmake gcc g++ make pkgconfig git bo
COPY ./requirements.txt .
-RUN pip3 install --upgrade pip && \
- pip3 install setuptools wheel && \
- pip3 install --no-cache-dir -r /requirements.txt && \
- pip3 install sentry-sdk
+RUN pip install --upgrade pip && \
+ pip install setuptools wheel && \
+ pip install --no-cache-dir -r /requirements.txt && \
+ pip install sentry-sdk
COPY --from=audiowaveform-builder /bin/audiowaveform /usr/local/bin