fix: repo 7zip
This commit is contained in:
parent
c8971bf780
commit
b02ebc29d4
@ -6,11 +6,11 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/reposit
|
||||
git config --global user.name "build" && \
|
||||
git config --global user.email "build@local" && \
|
||||
abuild-keygen -a -i -n && \
|
||||
cd aports/community/7zip && \
|
||||
cd aports/main/7zip && \
|
||||
sed -i 's/DISABLE_RAR=1/USE_ASM=1/' APKBUILD && \
|
||||
abuild -F && \
|
||||
cd && \
|
||||
cp packages/community/*/7zip-[0-9]*.apk 7zip.apk
|
||||
cp packages/main/*/7zip-[0-9]*.apk 7zip.apk
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:edge
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user