Try building different version

This commit is contained in:
Matt McWilliams 2021-09-15 21:11:18 -04:00
parent 6ddfeec246
commit 471f1cf908
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ FROM frolvlad/alpine-gxx
RUN apk update
RUN apk add --update \
git \
bash \
coreutils \
build-base \
boost-dev \

View File

@ -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