Migrate into it's own file

This commit is contained in:
Matt McWilliams 2021-09-15 21:37:24 -04:00
parent d7c157cc22
commit c4af83723e
3 changed files with 6 additions and 2 deletions

View File

@ -14,6 +14,7 @@ RUN apk add --update \
tiff-dev \
openexr-dev \
sdl-dev \
ilmbase-dev \
autoconf \
automake \
make

View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo docker build . -t povray_gcc

View File

@ -6,9 +6,9 @@ if [ ! -d povray ]; then
git clone --depth 1 --branch $POVRAY_VERSION https://github.com/POV-Ray/povray povray
fi
cp build.sh povray/build.sh
bash build_docker.sh
sudo docker build . -t povray_gcc
cp build.sh povray/build.sh
cd povray