updated build system
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#comment
|
||||
FROM alpine:3.23
|
||||
FROM --platform=linux/amd64 alpine:3.23
|
||||
|
||||
RUN apk update
|
||||
RUN apk upgrade
|
||||
|
||||
Reference in New Issue
Block a user