You've already forked explain.depesz.com
mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2026-06-19 22:15:11 +02:00
reorder commands because curl is not included with base image
This commit is contained in:
+5
-2
@@ -2,7 +2,6 @@ FROM debian:stretch
|
||||
|
||||
WORKDIR /explain
|
||||
|
||||
RUN curl -L cpanmin.us | perl - -n Mojolicious
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && \
|
||||
apt-get install -y libmojolicious-perl \
|
||||
@@ -16,7 +15,11 @@ RUN apt-get update && \
|
||||
libjson-perl \
|
||||
libclone-perl \
|
||||
libtest-deep-perl \
|
||||
libtest-exception-perl
|
||||
libtest-exception-perl \
|
||||
curl \
|
||||
build-essential
|
||||
|
||||
RUN curl -L cpanmin.us | perl - -n Mojolicious
|
||||
|
||||
RUN cpan install Pg::Explain
|
||||
COPY lib/ ./lib/
|
||||
|
||||
Reference in New Issue
Block a user