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 DISTROVER
|
||||||
ARG ARCH
|
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 DISTRO
|
||||||
ARG DISTROVER
|
ARG DISTROVER
|
||||||
@ -84,6 +84,6 @@ RUN \
|
|||||||
echo "**** Wheels built are: ****" && \
|
echo "**** Wheels built are: ****" && \
|
||||||
ls /build
|
ls /build
|
||||||
|
|
||||||
FROM scratch as artifacts
|
FROM scratch AS artifacts
|
||||||
|
|
||||||
COPY --from=builder /build /build
|
COPY --from=builder /build /build
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
cffi
|
|
||||||
hexhamming
|
hexhamming
|
||||||
numpy
|
numpy
|
||||||
PyNaCl
|
PyNaCl
|
||||||
PyYAML
|
|
||||||
bluepy
|
bluepy
|
||||||
PyWavelets
|
|
||||||
wrapt
|
wrapt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user