Try building different version
This commit is contained in:
parent
6ddfeec246
commit
471f1cf908
|
@ -3,6 +3,8 @@ FROM frolvlad/alpine-gxx
|
||||||
RUN apk update
|
RUN apk update
|
||||||
|
|
||||||
RUN apk add --update \
|
RUN apk add --update \
|
||||||
|
git \
|
||||||
|
bash \
|
||||||
coreutils \
|
coreutils \
|
||||||
build-base \
|
build-base \
|
||||||
boost-dev \
|
boost-dev \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
POVRAY_VERSION=latest-stable
|
POVRAY_VERSION=3.7-stable
|
||||||
|
|
||||||
if [ ! -d povray ]; then
|
if [ ! -d povray ]; then
|
||||||
git clone --depth 1 --branch $POVRAY_VERSION https://github.com/POV-Ray/povray povray
|
git clone --depth 1 --branch $POVRAY_VERSION https://github.com/POV-Ray/povray povray
|
||||||
|
|
Loading…
Reference in New Issue