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
Add pgformatter to the dependencies and move from stretch to buster
(stretch is lacking pgformatter)
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
FROM debian:stretch
|
||||
FROM debian:buster
|
||||
|
||||
WORKDIR /explain
|
||||
|
||||
@@ -16,6 +16,7 @@ RUN apt-get update && \
|
||||
libclone-perl \
|
||||
libtest-deep-perl \
|
||||
libtest-exception-perl \
|
||||
pgformatter \
|
||||
curl \
|
||||
build-essential
|
||||
|
||||
|
||||
Reference in New Issue
Block a user