summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2021-03-15 07:48:08 +0100
committerDashie <dashie@sigpipe.me>2021-03-15 07:48:08 +0100
commitd442437a3f8b3481565306f0d120e27ae9168f95 (patch)
treeda764c761cc93da03ce87a8bcd16b2228936c6fa
parentae36a0c31375e3ddef0c940aff8cc48de0548bc0 (diff)
pip maybe now
-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