OSDN Git Service

test-container: add old Dockerfile for jessie
authorhylom <hylom@users.sourceforge.jp>
Tue, 20 Jun 2017 11:58:14 +0000 (20:58 +0900)
committerhylom <hylom@users.sourceforge.jp>
Tue, 20 Jun 2017 11:58:14 +0000 (20:58 +0900)
test-container/Dockerfile_jessie [new file with mode: 0644]

diff --git a/test-container/Dockerfile_jessie b/test-container/Dockerfile_jessie
new file mode 100644 (file)
index 0000000..39c9374
--- /dev/null
@@ -0,0 +1,18 @@
+FROM debian:jessie
+MAINTAINER hirom@osdn.jp
+
+RUN apt-get update -y
+RUN apt-get install -y vim-nox lv less 
+RUN apt-get install -y libmojolicious-perl libjs-bootstrap libdbd-mysql libdbi-perl \
+    libdbd-mysql-perl libtemplate-perl node-less libcrypt-openssl-random-perl \
+    libemail-valid-perl tinymce libredis-perl libhtml-tidy-perl liburi-perl \
+    libyaml-perl libdatetime-format-mysql-perl 
+
+# slash's dependency
+RUN apt-get install -y libdate-calc-perl libdatetime-perl liburi-perl libjson-perl \
+    libcache-memcached-fast-perl libdata-javascript-anon-perl libwww-perl
+
+COPY files/newslash.cnf /etc/mysql/conf.d/
+
+EXPOSE 80
+