From ae934f562a74385d95862a3837da33be9d3b58ff Mon Sep 17 00:00:00 2001 From: hylom Date: Mon, 24 Oct 2016 21:44:10 +0900 Subject: [PATCH] test-container: add depends to Dockerfile --- test-container/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-container/Dockerfile b/test-container/Dockerfile index aabce2ee..560cfda3 100644 --- a/test-container/Dockerfile +++ b/test-container/Dockerfile @@ -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 -- 2.11.0