Start from a copy of manfest-yaml editor
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
unsafe-perm=true
|
||||
Reference in New Issue
Block a user