Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3909843
D2315.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
856 B
Referenced Files
None
Subscribers
None
D2315.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2315: Upgrade to Debian 10 and Node 10
Attached
Detach File
Event Timeline
Log In to Comment