Skip to content

Commit aa50799

Browse files
committed
update patch and APK mods Alpine 3.22
1 parent 6934594 commit aa50799

3 files changed

Lines changed: 345 additions & 114 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
/patches/${PATCH_VERSION}-xvfb-dri3.patch \
2828
patch.patch && \
2929
sed -i \
30-
's|\.tar\.xz"|\.tar\.xz\npatch.patch"|' \
30+
'/^source="/,/"/ s/missing-files.patch/&\n patch.patch/' \
3131
APKBUILD && \
3232
sed -i \
3333
'/^sha512sums="/,/"$/{ s|\( .*\.tar\.xz\)|\1\n'"$(sha512sum patch.patch)"'|; }' \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
/patches/${PATCH_VERSION}-xvfb-dri3.patch \
2828
patch.patch && \
2929
sed -i \
30-
's|\.tar\.xz"|\.tar\.xz\npatch.patch"|' \
30+
'/^source="/,/"/ s/missing-files.patch/&\n patch.patch/' \
3131
APKBUILD && \
3232
sed -i \
3333
'/^sha512sums="/,/"$/{ s|\( .*\.tar\.xz\)|\1\n'"$(sha512sum patch.patch)"'|; }' \

0 commit comments

Comments
 (0)