This commit is contained in:
2026-01-08 21:12:41 -06:00
parent db80b958fd
commit 28ef84a69b
10 changed files with 62 additions and 17 deletions

View File

@@ -1,5 +1,9 @@
#comment
<<<<<<< HEAD
FROM alpine:3.23
=======
FROM --platform=linux/amd64 alpine:3.23
>>>>>>> 70cc850f10c2fcd1733ae05dce5c4503db3a11f3
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash
@@ -81,5 +85,5 @@ RUN apk add \
zstd-static \
xz-static
RUN ln -sf /usr/bin/aclocal-1.17 /usr/bin/aclocal-1.16
RUN ln -sf /usr/bin/automake-1.17 /usr/bin/automake-1.16
RUN ln -sf /usr/bin/aclocal-1.18 /usr/bin/aclocal-1.16
RUN ln -sf /usr/bin/automake-1.18 /usr/bin/automake-1.16