ceramicnetwork / ceramicnetwork/clayground
nc: command not found
Open
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
# Description
Seeing this error: /bin/bash: line 1: nc: command not found
# Technical Information
Netstat needs to be install.
Can be done in the Dockerfile like this:
RUN apt install -y netcat
I don't see a Dockerfile in the codebase.
Contributor guide
No contributing guide indexed for this repository
Research direction
Check how the sandbox is started and whether a Dockerfile or other container setup exists. Reproduce the `/bin/bash: line 1: nc: command not found` error, then verify that the relevant environment provides the `nc` command and that the original command runs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100