Install Mojo::Pg
This commit is contained in:
parent
b64597e908
commit
7df47bdc4e
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
CMD ["/app/docker-run.sh"]
|
CMD ["/app/docker-run.sh"]
|
||||||
|
|
Loading…
Reference in a new issue