]> granicus.if.org Git - pgbadger/commitdiff
feat(docker): init dockerfile
authorbdronneau <basti1.dr@gmail.com>
Tue, 13 Mar 2018 09:57:09 +0000 (10:57 +0100)
committerbdronneau <basti1.dr@gmail.com>
Tue, 13 Mar 2018 09:57:09 +0000 (10:57 +0100)
Dockerfile [new file with mode: 0644]

diff --git a/Dockerfile b/Dockerfile
new file mode 100644 (file)
index 0000000..92388e9
--- /dev/null
@@ -0,0 +1,8 @@
+FROM alpine:latest
+
+# Since Alpine linux 3.3 we can install on-the-fly
+RUN apk add --no-cache perl 
+
+COPY pgbadger /usr/local/bin
+
+ENTRYPOINT ["pgbadger"]