summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index dedd46c..b7067b9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
Travel::Status::DE::IRIS \
UUID::Tiny \
JSON \
+ Mojo::Pg \
&& rm -rf ~/.cpanm \
&& apt-get purge -y \
build-essential \
@@ -32,4 +33,4 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
COPY . /app
WORKDIR /app
-CMD ["/app/docker-run.sh"] \ No newline at end of file
+CMD ["/app/docker-run.sh"]