prebuild / docker-images

Docker images for cross compiling prebuilt binaries for Node.js native addons.
GNU General Public License v3.0
10 stars 7 forks source link

Replace python3 symlink in `almalinux-devtoolset11` image #39

Closed vweevers closed 1 week ago

vweevers commented 1 week ago

Because node-gyp prefers python3 (which would be 3.6.8) over python. Now they point to the same version (3.11).

Follow-up for https://github.com/prebuild/docker-images/pull/38.