Sign inSign up

mikoto2000/typescript

By mikoto2000

Updated over 8 years ago

Image
0

326

mikoto2000/typescript repository overview

FROM ubuntu:17.10

# 必要なパッケージの取得
RUN dpkg --add-architecture i386
RUN apt update
RUN apt upgrade

RUN apt install -y nodejs npm wine32

RUN npm install -g typescript

Tag summary

Content type

Image

Digest

Size

311.3 MB

Last updated

over 8 years ago

docker pull mikoto2000/typescript