chore(): Installs required dependencies
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
6048df20ba
commit
cebaf9b88a
1 changed files with 2 additions and 0 deletions
|
@ -2,5 +2,7 @@ FROM python:3.9.18-alpine3.19
|
|||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add --virtual .build-deps gcc python3-dev musl-dev linux-headers && \
|
||||
pip install 'Nikola[extras]' && \
|
||||
apk del .build-deps && \
|
||||
rm -vrf /var/cache/apk/*
|
||||
|
|
Loading…
Reference in a new issue