remove packages that now have binary wheels

This commit is contained in:
aptalca 2024-08-12 13:34:34 -04:00
parent 5dc19ebaed
commit da05a775ee
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -1,8 +1,5 @@
cffi
hexhamming hexhamming
numpy numpy
PyNaCl PyNaCl
PyYAML
bluepy bluepy
PyWavelets
wrapt wrapt