Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Node.js and tools to Dockerfile to enhance development experience #341

Closed
ThomasSanson opened this issue May 24, 2023 · 1 comment · Fixed by #352
Closed

Add Node.js and tools to Dockerfile to enhance development experience #341

ThomasSanson opened this issue May 24, 2023 · 1 comment · Fixed by #352

Comments

@ThomasSanson
Copy link
Contributor

Hello Team,

I propose an enhancement to our Dockerfile to improve our development workflow. By adding Node.js and some related development tools, we can streamline our git workflow and improve overall development experience.

The addition of Node.js will allow us to use a vast array of tools and packages available in the Node.js ecosystem.

Here is the proposed change in Dockerfile:

# Install Node.js
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get install -y nodejs

Please note that Node.js version is mentioned as 20.x in the example, please modify as per the project requirement.

By making these changes, we will make our Docker image more versatile and capable for our development needs. I would appreciate your thoughts on this proposal. If there are no objections, I will proceed with this update.

@ThomasSanson
Copy link
Contributor Author

Duplicate with #327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant