mirror of
https://github.com/linuxserver/wheelie.git
synced 2026-01-09 07:21:27 +08:00
remove packages that now have binary wheels
This commit is contained in:
parent
5dc19ebaed
commit
da05a775ee
@ -2,7 +2,7 @@ ARG DISTRO
|
||||
ARG DISTROVER
|
||||
ARG ARCH
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-${DISTRO}:${ARCH}-${DISTROVER} as builder
|
||||
FROM ghcr.io/linuxserver/baseimage-${DISTRO}:${ARCH}-${DISTROVER} AS builder
|
||||
|
||||
ARG DISTRO
|
||||
ARG DISTROVER
|
||||
@ -84,6 +84,6 @@ RUN \
|
||||
echo "**** Wheels built are: ****" && \
|
||||
ls /build
|
||||
|
||||
FROM scratch as artifacts
|
||||
FROM scratch AS artifacts
|
||||
|
||||
COPY --from=builder /build /build
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
cffi
|
||||
hexhamming
|
||||
numpy
|
||||
PyNaCl
|
||||
PyYAML
|
||||
bluepy
|
||||
PyWavelets
|
||||
wrapt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user