WEBSITE-1058 new docker image
This commit is contained in:
-31
@@ -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
@@ -1,4 +1,4 @@
|
||||
box: ephox/tinymce-docs:latest
|
||||
box: jointiny/tiny-cloud-docs-build:latest
|
||||
no-response-timeout: 30
|
||||
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user