updated build system
All checks were successful
Blockstorage/repertory_msys2/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-12-16 10:47:25 -06:00
parent f0396fccd5
commit 70cc850f10
7 changed files with 23 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
#comment
FROM alpine:3.23
FROM --platform=linux/amd64 alpine:3.23
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash

View File

@@ -11,7 +11,7 @@ RUN apt-get install -y \
fonts-droid-fallback \
gdb \
git \
lib32stdc++6 \
lib32stdc++6-x32-cross \
libglu1-mesa \
libstdc++6 \
python3 \

View File

@@ -1,5 +1,5 @@
#comment
FROM alpine:3.23
FROM --platform=linux/amd64 alpine:3.23
RUN apk update
RUN apk upgrade