freeCodeCamp / freeCodeCamp/rdb-alpha
Node install script in Dockerfile runs a 60 second sleep
Open
- Dominant language
- Dockerfile
- Stars
- 173
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
[This line](https://github.com/freeCodeCamp/rdb-alpha/blob/main/Dockerfile#L35) sleeps for 60 seconds along with a nag to move away from this method of installing Node.
Contributor guide
Research direction
Start at line 35 of Dockerfile and inspect the Node installation command, including its 60-second sleep and warning. Update the installation approach so the unnecessary wait and migration nag are removed, then rebuild the image to verify Node installation completes without the delay.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dockerfile
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100