From 8c5efa3a8656be12eb5d61b5243e312e73f38158 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 15 Sep 2021 21:31:06 -0400 Subject: [PATCH] Print the version --- povray_existing/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/povray_existing/Dockerfile b/povray_existing/Dockerfile index f8d5c28..90513ed 100644 --- a/povray_existing/Dockerfile +++ b/povray_existing/Dockerfile @@ -1,3 +1,5 @@ FROM jmaxwilson/povray:3.7-stable -RUN povray --version \ No newline at end of file +RUN povray --version + +RUN cat /proc/version \ No newline at end of file