Experimenting with concourse build

This commit is contained in:
Kris De Volder
2016-11-18 11:52:00 -08:00
parent 02d1cd952f
commit ded1d1435e
4 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y \
build-essential \
git \
openjdk-8-jdk \
maven \
curl
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get install -y nodejs
CMD /bin/bash