5 lines
142 B
Docker
5 lines
142 B
Docker
FROM jetbrains/teamcity-agent
|
|
|
|
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - \
|
|
&& apt-get install -y nodejs build-essential
|