Files
spring-tools/concourse/docker/Dockerfile
Kris De Volder 75e550713f Add timestamps to .vsix packages
Also publish links to the latest ones on a simple web page.

Want to use envsubst command from it.
2016-12-09 17:37:52 -08:00

18 lines
283 B
Docker

FROM ubuntu:16.04
ADD npmrc /root/.npmrc
RUN apt-get update && apt-get install -y \
build-essential \
gettext-base \
git \
jq \
openjdk-8-jdk \
maven \
curl
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get install -y nodejs
CMD /bin/bash