1
0
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:
Daniel Vérité
2021-05-26 22:41:35 +02:00
parent 70d2d101a5
commit 1a15f2645d
+2 -1
View File
@@ -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