apko: remove unused libcrypt base image

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-02-10 17:56:57 +01:00
parent 2456a5d29a
commit c7465eaf81
2 changed files with 0 additions and 17 deletions

View File

@ -1,15 +0,0 @@
contents:
keyring:
- index-signing-key.rsa.pub
repositories:
- "@local repository-apk"
packages:
- alpine-base@local
- cryptsetup-dev@local
- gcompat@local
environment:
PATH: /usr/sbin:/sbin:/usr/bin:/bin
archs:
- amd64

View File

@ -8,8 +8,6 @@ RUN chmod +x /usr/bin/repro-get
RUN apk update && apk add \
alpine-base \
cryptsetup-dev \
gcompat \
libvirt-dev \
abuild