Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3832187
D3617.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
915 B
Referenced Files
None
Subscribers
None
D3617.diff
View Options
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,25 @@
+#
+# Nasqueron Tools image
+#
+
+FROM nasqueron/nginx-php-fpm:novolume
+
+LABEL org.nasqueron.repository.callsign="TOOLS"
+LABEL org.opencontainers.image.authors="dereckson@nasqueron.org"
+
+#
+# Prepare the container
+#
+
+WORKDIR /var/wwwroot/default
+
+RUN git clone https://devcentral.nasqueron.org/source/tools.git . && \
+ apt-get update && \
+ apt-get install -y nodejs npm make libfl-dev fortunes && \
+ npm install -g browserify && \
+ make && \
+ chown -R app:app /var/wwwroot/default && \
+ cd /opt && git clone https://github.com/dereckson/valspeak.git && cd valspeak && \
+ make && ln -s /opt/valspeak/valspeak /usr/bin/valspeak && \
+ cd /opt && git clone https://devcentral.nasqueron.org/source/jive.git && cd jive && \
+ make && ln -s /opt/jive/jive /usr/bin/jive
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 5, 19:14 (16 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2282248
Default Alt Text
D3617.diff (915 B)
Attached To
Mode
D3617: Build Docker image
Attached
Detach File
Event Timeline
Log In to Comment