We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9118e13 commit 967ef00Copy full SHA for 967ef00
Dockerfile
@@ -66,7 +66,10 @@ RUN source /root/.bashrc
66
RUN npm install -g eslint \
67
&& npm install -g eslint-config-airbnb-base \
68
&& npm install -g eslint-plugin-import \
69
- && npm install -g jest
+ && npm install -g jest \
70
+ && npm install -g rxjs \
71
+ && npm install -g typescript \
72
+ && npm install -g http-server
73
74
# Copy global dotfiles
75
COPY dotfiles/.gitconfig /root/.gitconfig
0 commit comments