Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3748768
D1714.id4353.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
666 B
Referenced Files
None
Subscribers
None
D1714.id4353.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,13 +2,15 @@
# Docker image for Etherpad
#
-FROM debian:jessie
+FROM debian:stretch
# 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 nodejs-legacy npm mysql-client git && \
+ apt-get install -y curl unzip mysql-client git sudo python libssl-dev pkg-config build-essential && \
+ curl -sL https://deb.nodesource.com/setup_9.x | bash && \
+ apt-get install -y nodejs && \
rm -r /var/lib/apt/lists/*
RUN cd /opt && \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 10:35 (21 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249022
Default Alt Text
D1714.id4353.diff (666 B)
Attached To
Mode
D1714: Upgrade Debian and Node versions
Attached
Detach File
Event Timeline
Log In to Comment