Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2940e782a | |||
| 1fab137c25 | |||
| da479e27b4 | |||
| 158e2b9235 |
@@ -30,6 +30,8 @@ RUN su -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-s
|
|||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -r /var/lib/apt/lists/*"
|
&& rm -r /var/lib/apt/lists/*"
|
||||||
|
|
||||||
|
RUN mkdir $NVM_DIR && sudo chown coder $NVM_DIR && chmod u+w $NVM_DIR
|
||||||
|
|
||||||
USER coder
|
USER coder
|
||||||
|
|
||||||
# Install nvm with node and npm
|
# Install nvm with node and npm
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-vscode",
|
"name": "ht-docker-vscode",
|
||||||
"version": "5.0.12",
|
"version": "5.0.14",
|
||||||
"description": "a vscode image with everything installed needed to run a vscode instance",
|
"description": "a vscode image with everything installed needed to run a vscode instance",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user