OSDN Git Service

test-container: add depends to Dockerfile
authorhylom <hylom@users.sourceforge.jp>
Mon, 24 Oct 2016 12:44:10 +0000 (21:44 +0900)
committerhylom <hylom@users.sourceforge.jp>
Mon, 24 Oct 2016 12:44:10 +0000 (21:44 +0900)
test-container/Dockerfile

index aabce2e..560cfda 100644 (file)
@@ -8,6 +8,9 @@ RUN apt-get install -y libjs-bootstrap libdbd-mysql libdbi-perl \
     libemail-valid-perl
 RUN apt-get install -y tinymce libredis-perl libhtml-tidy-perl
 
+# slash's dependency
+RUN apt-get install -y libdate-calc-perl libdatetime-perl liburi-perl
+
 COPY newslash.cnf /etc/mysql/conf.d/
 
 EXPOSE 80