summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2021-03-15 08:09:06 +0100
committerDashie <dashie@sigpipe.me>2021-03-15 08:09:06 +0100
commitfeac60a888295938a6c0dc44df8d78a98b4f8739 (patch)
treeaae5c6af55a96c449dd692089314cfe68029a008
parentaf95a6ea1e60d62453c21838baf4c032a326aa10 (diff)
klsdfjaslifksdl
-rw-r--r--api/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/Dockerfile b/api/Dockerfile
index d7a4d008..c2030c02 100644
--- a/api/Dockerfile
+++ b/api/Dockerfile
@@ -2,7 +2,7 @@ FROM genesix/docker-audiowaveform-alpine:latest as audiowaveform-builder
FROM alpine:3.13
-RUN apk add --no-cache sox sox-dev taglib libmagic file-dev libffi libffi-dev postgresql-client python3-dev python3 py3-pip libxml2 py3-lxml bash ffmpeg libmediainfo boost boost-program_options libsndfile libid3tag gd libmad rust
+RUN apk add --no-cache sox sox-dev taglib libmagic file-dev libffi libffi-dev postgresql-client python3-dev python3 py3-pip libxml2 py3-lxml bash ffmpeg libmediainfo boost boost-program_options libsndfile libid3tag gd libmad rust cargo
RUN apk add --no-cache --virtual .build-deps cmake gcc g++ make pkgconfig git boost-dev gd-dev libmad-dev libsndfile-dev libid3tag-dev wget postgresql-dev libxml2-dev taglib-dev
COPY ./requirements.txt .