all builds build

This commit is contained in:
Dan Ballard 2024-03-04 23:38:09 -08:00
parent 5c74ad8fc5
commit b8c81f46fb
2 changed files with 10 additions and 6 deletions

View File

@ -1,10 +1,9 @@
# Ubuntu 20.04 for that slightly older and more compat glibc
# Debian Bullseye for that slightly older and more compat glibc
FROM debian:bullseye
# eclipse-temurin:8-jdk-focal
# compile tools we need including for cross compiling to windows and arm8
# also ssl certs, ssh, and jq for deployment related tasks
# and set locale per adoptium jdk focale Dockerfile
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
@ -16,10 +15,15 @@ RUN set -eux; \
wget curl \
unzip \
fontconfig \
netcat git wget libc6-dev make gcc g++ pkg-config g\+\+-mingw-w64 \
gcc-aarch64-linux-gnu libc6-dev \
netcat git wget libc6-dev make gcc g++ pkg-config \
jq openssh-client ca-certificates p11-kit tzdata locales \
g++-mingw-w64-x86-64 \
nsis \
wine \
wine64 \
; \
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen; \
locale-gen en_US.UTF-8; \
rm -rf /var/lib/apt/lists/*;

View File

@ -8,7 +8,7 @@ Versions are:
- 2024.02
- Go 1.21.5
- glibc 2.31 from Ubuntu 20.04
- glibc 2.31 from Debian Bullseye
- Android API 31
- NDK 22.1.7171670
- arm8 gcc cross compiler