initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
FROM mcr.microsoft.com/devcontainers/cpp:ubuntu
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"build": { "dockerfile": "Dockerfile" },
|
||||
// "mounts": [
|
||||
// {
|
||||
// "source": "${localEnv:HOME}/.pi",
|
||||
// "target": "/home/vscode/.pi",
|
||||
// "type": "bind"
|
||||
// }
|
||||
// ]
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
FROM mcr.microsoft.com/devcontainers/cpp:ubuntu
|
||||
|
||||
USER vscode
|
||||
WORKDIR /home/vscode
|
||||
RUN curl -o install_nvm.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh && bash install_nvm.sh
|
||||
RUN export NVM_DIR="$HOME/.nvm" && . "$NVM_DIR/nvm.sh" && nvm install --lts && npm install -g --ignore-scripts @earendil-works/pi-coding-agent
|
||||
Reference in New Issue
Block a user