Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tangyoha/telegram_media_downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoha committed Oct 29, 2023
2 parents 84dd134 + d64b8d2 commit 85a4bd7
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 @@ -4,7 +4,7 @@ WORKDIR /app

COPY requirements.txt /app/

RUN apk add --no-cache --virtual .build-deps gcc g++ cmake openblas-dev musl-dev \
RUN apk add --no-cache --virtual .build-deps gcc g++ cmake openblas-dev make musl-dev zlib-dev \
&& pip install --trusted-host pypi.python.org -r requirements.txt \
&& apk del .build-deps && rm -rf requirements.txt

Expand Down

0 comments on commit 85a4bd7

Please sign in to comment.