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