updated build system

This commit is contained in:
2024-12-29 09:21:56 -06:00
parent f01daa4296
commit 4bbff47b6f
17 changed files with 23 additions and 20 deletions

View File

@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.20.3
FROM arm64v8/alpine:3.21.0
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash
@ -30,7 +30,6 @@ RUN apk add \
gflags \
gflags-dev \
git \
gtkmm3-dev \
icu-dev \
icu-libs \
icu-static \
@ -69,7 +68,6 @@ RUN apk add \
tcl \
tcl-dev \
texinfo \
vlc-dev \
wget \
xz \
xz-dev \
@ -82,3 +80,6 @@ RUN apk add \
zstd-libs \
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

View File

@ -1,4 +1,4 @@
FROM alpine:3.20.3
FROM alpine:3.21.0
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash
@ -80,3 +80,6 @@ RUN apk add \
zstd-libs \
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

View File

@ -1,5 +1,5 @@
#comment
FROM alpine:3.20.3
FROM alpine:3.21.0
RUN apk update
RUN apk upgrade