emscripten_docker/povray_existing/Dockerfile

7 lines
108 B
Docker
Raw Normal View History

2021-09-16 01:28:53 +00:00
FROM jmaxwilson/povray:3.7-stable
2021-09-16 01:31:06 +00:00
RUN povray --version
2021-09-16 01:32:30 +00:00
RUN cat /proc/version
RUN cat /etc/alpine-release