removed arm64 architecture
All checks were successful
CI / Build docker images (push) Successful in 6m54s
All checks were successful
CI / Build docker images (push) Successful in 6m54s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user