Skip to content

Commit

Permalink
fix: tgbot build error
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Dec 15, 2023
1 parent 0f8bae2 commit 4af86b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tgbot.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ RUN set -ex && \
bash \
tzdata \
tini && \
apk add --no-cache --virtual=build-dependencies \
build-base \
gcc \
g++ \
make && \
pip install --upgrade pip && \
pip install -r requirements.txt && \
apk del --purge build-dependencies && \
rm -rf \
/var/cache/apk/* \
/root/.cache \
Expand Down

0 comments on commit 4af86b1

Please sign in to comment.