removed arm64 architecture
All checks were successful
CI / Build docker images (push) Successful in 6m54s

This commit is contained in:
2024-05-28 04:18:37 +08:00
parent 52fa01f91f
commit 0ec6c2308f
2 changed files with 10 additions and 4 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 cargo
apk add python3 python3-dev pipx gcc g++ musl-dev linux-headers libffi-dev cargo cmake autoconf
RUN adduser jovyan -u 1000 --system -s /bin/sh -h /home/jovyan
USER jovyan
WORKDIR /home/jovyan