mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-12 07:59:29 -05:00
apko: remove unused libcrypt base image
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
2456a5d29a
commit
c7465eaf81
@ -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
|
@ -8,8 +8,6 @@ RUN chmod +x /usr/bin/repro-get
|
||||
|
||||
RUN apk update && apk add \
|
||||
alpine-base \
|
||||
cryptsetup-dev \
|
||||
gcompat \
|
||||
libvirt-dev \
|
||||
abuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user