updated build system

This commit is contained in:
2025-12-13 19:17:01 -06:00
parent 97d557a1a9
commit ba37f06346
11 changed files with 39 additions and 20 deletions

View File

@@ -1,11 +1,12 @@
#comment
FROM arm64v8/alpine:3.22.2
FROM arm64v8/alpine:3.23
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash
RUN apk update
RUN apk upgrade
RUN apk add \
7zip \
autoconf \
automake \
bash \