Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11723030
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
937 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..26c201b
--- /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/x-diff
Expires
Thu, Sep 18, 07:35 (15 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2990186
Default Alt Text
(937 B)
Attached To
Mode
rTOOLS Nasqueron Tools
Attached
Detach File
Event Timeline
Log In to Comment