Skip to content

Instantly share code, notes, and snippets.

@ashwnacharya
Created July 24, 2019 10:18
Show Gist options
  • Save ashwnacharya/8a946c3c5c6ebc9b534a3808d272fe59 to your computer and use it in GitHub Desktop.
Save ashwnacharya/8a946c3c5c6ebc9b534a3808d272fe59 to your computer and use it in GitHub Desktop.
minimal nodejs docker image using buildroot
BR2_x86_64=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_GCC_VERSION_8_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_INIT_NONE=y
BR2_PACKAGE_NODEJS=y
BR2_PACKAGE_NODEJS_NPM=y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment