audreyfeldroy / audreyfeldroy/docker-bamboo-server

How To install npm, node, mocha, mongo

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.