diff --git a/Dockerfile b/Dockerfile index d058a58..f15114a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:buster MAINTAINER Hossam Hammady @@ -35,6 +35,8 @@ RUN cd /app && \ make && \ make install +RUN find /app -type f -name '*.pl' -exec sed -i 's/\r$//' {} \; + RUN sed -i 's/localhost/mysql/' /app/config/database.yaml CMD /app/script/generate.pl help