From 471f1cf908219fb80d55d0635a4fef7238633434 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 15 Sep 2021 21:11:18 -0400 Subject: [PATCH] Try building different version --- povray_gcc/Dockerfile | 2 ++ povray_gcc/build_with_docker.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/povray_gcc/Dockerfile b/povray_gcc/Dockerfile index da412e3..cdd5892 100644 --- a/povray_gcc/Dockerfile +++ b/povray_gcc/Dockerfile @@ -3,6 +3,8 @@ FROM frolvlad/alpine-gxx RUN apk update RUN apk add --update \ + git \ + bash \ coreutils \ build-base \ boost-dev \ diff --git a/povray_gcc/build_with_docker.sh b/povray_gcc/build_with_docker.sh index 1b55570..c18bce1 100644 --- a/povray_gcc/build_with_docker.sh +++ b/povray_gcc/build_with_docker.sh @@ -1,6 +1,6 @@ #!/bin/bash -POVRAY_VERSION=latest-stable +POVRAY_VERSION=3.7-stable if [ ! -d povray ]; then git clone --depth 1 --branch $POVRAY_VERSION https://github.com/POV-Ray/povray povray