Page MenuHomeDevCentral

D2315.diff
No OneTemporary

D2315.diff

diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,15 +2,17 @@
# Docker image for Etherpad
#
-FROM debian:stretch
+FROM debian:buster
# Forked from Tony Motakis <tvelocity@gmail.com>
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
-RUN apt-get update && \
- apt-get install -y curl unzip mysql-client git sudo python libssl-dev pkg-config build-essential abiword && \
- curl -sL https://deb.nodesource.com/setup_9.x | bash && \
- apt-get install -y nodejs && \
+ENV NODE_ENV=production
+
+RUN apt update && \
+ apt install -y curl unzip mariadb-client git sudo python libssl-dev pkg-config build-essential abiword && \
+ curl -sL https://deb.nodesource.com/setup_10.x | bash && \
+ apt install -y nodejs && \
rm -r /var/lib/apt/lists/*
RUN cd /opt && \

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 19, 21:57 (20 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2306915
Default Alt Text
D2315.diff (856 B)

Event Timeline