fix: Update base image to Ubuntu 22.04 and solve Docker build failure #74
+9
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the Docker build process for the project to use Ubuntu 22.04 instead of 20.04, and modernizes the installation of Node.js and related dependencies. These changes ensure better compatibility with recent software and security updates.
Base image and dependency updates:
Dockerfilefromubuntu:20.04toubuntu:22.04, ensuring the use of a more recent and supported operating system. [1] [2]Node.js installation improvements:
Dependency management:
This pull request updates the Docker build environment for Lemur to use Ubuntu 22.04 and modernizes the Node.js installation process. The main changes focus on updating the base image and improving package installation for better compatibility and security.
Base image and dependency updates:
lemur-build-docker/Dockerfileto useubuntu:22.04instead ofubuntu:20.04, ensuring a more up-to-date and secure environment. [1] [2]Node.js installation improvements:
nodejswithoutnpmas a separate package.Dependency cleanup:
curlandnpmfrom the main dependency list, streamlining the build process.