WEBSITE-1058 new docker image

This commit is contained in:
idooo
2018-11-15 09:01:07 +10:00
parent e85646c0a1
commit 7dde72c342
2 changed files with 1 additions and 32 deletions
-31
View File
@@ -1,31 +0,0 @@
FROM ubuntu
MAINTAINER Tiny, is-inbox@tiny.cloud
ENV DEBIAN_FRONTEND noninteractive
# pkgs
RUN \
apt-get update && \
apt-get install --no-install-recommends -y -q \
ca-certificates \
curl \
g++ \
git \
make \
python \
nodejs \
npm \
awscli \
ruby \
ruby-dev \
rubygems \
patch \
ssh \
unzip \
zlib1g-dev \
&& \
apt-get clean autoclean && \
apt-get autoremove -y && \
rm -rf /var/lib/{apt,dpkg,cache,log}/
RUN gem install bundle
+1 -1
View File
@@ -1,4 +1,4 @@
box: ephox/tinymce-docs:latest
box: jointiny/tiny-cloud-docs-build:latest
no-response-timeout: 30
build: