Skip to content
Snippets Groups Projects
Commit 7df47bdc authored by Markus Witt's avatar Markus Witt
Browse files

Install Mojo::Pg

parent b64597e9
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ ...@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
Travel::Status::DE::IRIS \ Travel::Status::DE::IRIS \
UUID::Tiny \ UUID::Tiny \
JSON \ JSON \
Mojo::Pg \
&& rm -rf ~/.cpanm \ && rm -rf ~/.cpanm \
&& apt-get purge -y \ && apt-get purge -y \
build-essential \ build-essential \
...@@ -32,4 +33,4 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ ...@@ -32,4 +33,4 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app
CMD ["/app/docker-run.sh"] CMD ["/app/docker-run.sh"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment