Skip to content

Commit

Permalink
chore: Update devcontainer definition
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Rodriguez <juanjo@apache.org>
  • Loading branch information
jjrodrig committed Dec 30, 2024
1 parent e249075 commit 7e114e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM node:16
FROM node:18

RUN apt-get update

RUN apt-get install -y zsh

RUN yarn global add eslint
ENV NODE_OPTIONS="--max-old-space-size=16384 --openssl-legacy-provider"

RUN wget https://github.com/ohmyzsh/ohmyzsh/raw/master/tools/install.sh -O - | zsh || true

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"settings": {
"terminal.integrated.shell.linux": "/bin/zsh"
},
"postCreateCommand": "yarn"
"postCreateCommand": "npm install"
}

0 comments on commit 7e114e8

Please sign in to comment.