Page MenuHomeDevCentral

D3617.diff
No OneTemporary

D3617.diff

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

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)

Event Timeline