added gitea build action
Some checks failed
CI / docker (push) Failing after 3h10m4s

This commit is contained in:
2024-05-25 19:50:05 +08:00
parent efa31d5c66
commit 38cc60ee89
2 changed files with 35 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:3.19 AS build
RUN --mount=type=cache,target=/var/cache/apk/,sharing=locked \
apk update &&\
apk add python3 python3-dev pipx gcc g++ musl-dev linux-headers libffi-dev
apk add python3 python3-dev pipx gcc g++ musl-dev linux-headers libffi-dev cargo
RUN adduser jovyan -u 1000 --system -s /bin/sh -h /home/jovyan
USER jovyan
WORKDIR /home/jovyan