You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+31-11Lines changed: 31 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ ENV NDK_VER="27.2.12479018"
20
20
# GoLang conf
21
21
## Go version & hash from https://go.dev/dl/ (Hash from Archive Linux x86-64) : debian bullseye provides go1.15.15, which can only build go source up to go 1.19
@@ -56,6 +57,7 @@ RUN ln -sf $ANDROID_HOME/ndk/$NDK_VER $ANDROID_HOME/ndk-bundle
56
57
57
58
# Go section of this Dockerfile from Docker golang: https://github.com/docker-library/golang/blob/master/1.21/bullseye/Dockerfile
58
59
# Adapted from alpine apk to debian apt
60
+
# Customized to bootstrap with the pre-buit binary, then build custom version from source which includes https://go-review.googlesource.com/c/go/+/408395
59
61
60
62
## set up nsswitch.conf for Go's "netgo" implementation
0 commit comments