opentvide-test-e2e docker images typescript installation

pull/39/head
pabloFuente 2018-03-14 21:42:46 +01:00
parent 09cd31f333
commit 09fb3d8a93
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ RUN npm install -g @angular/cli
# http-server
RUN npm install -g http-server
# npm
RUN npm install -g typescript
# Docker
#RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
#RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"