audreyfeldroy / audreyfeldroy/docker-bamboo-server
How To install npm, node, mocha, mongo
- Dominant language
- No language data
- Stars
- 5
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I wanted to install npm on my docker, but if exec-ing into it and doing a simple `apt-get update` it fails. Any idea how to provide the tools we need to use Bamboo properly?
```
apt-get update
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
daemon@bamboo-server-vpcfn:/var/atlassian/bamboo$ su root
su: must be run from a terminal
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No repository file or test is named. Start by inspecting how the Docker image builds and how the Bamboo container is run, then reproduce the permission failure; done means the image or documented setup provides npm, Node, Mocha, and MongoDB without the shown apt or terminal errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, mongodb, node.js
- Domain
- devops, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100