mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-22 20:43:09 +02:00
fix: include build tools
This commit is contained in:
parent
507376b9ad
commit
8fc31107b8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN corepack enable
|
|||
|
||||
WORKDIR /sharkey
|
||||
|
||||
RUN apk add git
|
||||
RUN apk add git linux-headers build-base
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
RUN apk add --update python3 && ln -sf python3 /usr/bin/python
|
||||
|
|
Loading…
Reference in a new issue