Start from a copy of manfest-yaml editor

This commit is contained in:
Kris De Volder
2016-12-13 10:11:39 -08:00
parent 3449a04d94
commit 8075dc12e0
74 changed files with 2303 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
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

View File

@@ -0,0 +1 @@
unsafe-perm=true