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