diff options
| author | Marie <marie@kaifa.ch> | 2023-12-08 02:08:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 02:08:26 +0100 |
| commit | 8fc31107b8de4aeb53304b6368a1ab9c7ba2a3dc (patch) | |
| tree | 1b322ffcb2f1516a95f4d6517fb75a134894ad49 /Dockerfile | |
| parent | upd: add python (diff) | |
| download | sharkey-8fc31107b8de4aeb53304b6368a1ab9c7ba2a3dc.tar.gz sharkey-8fc31107b8de4aeb53304b6368a1ab9c7ba2a3dc.tar.bz2 sharkey-8fc31107b8de4aeb53304b6368a1ab9c7ba2a3dc.zip | |
fix: include build tools
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index fc891ff9d8..a635ce5fdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 |