From 70a2f488845d3a61ae62102969cc33f66d8ed50e Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 15 Sep 2021 21:32:30 -0400 Subject: [PATCH] Run the alpine release --- povray_existing/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/povray_existing/Dockerfile b/povray_existing/Dockerfile index 90513ed..a763f31 100644 --- a/povray_existing/Dockerfile +++ b/povray_existing/Dockerfile @@ -2,4 +2,6 @@ FROM jmaxwilson/povray:3.7-stable RUN povray --version -RUN cat /proc/version \ No newline at end of file +RUN cat /proc/version + +RUN cat /etc/alpine-release \ No newline at end of file