Move prereqs to povray_wasm

This commit is contained in:
Matt McWilliams 2021-09-15 20:19:11 -04:00
parent b1e7cd2da0
commit efbd95e30f
1 changed files with 14 additions and 1 deletions

View File

@ -2,4 +2,17 @@ FROM frolvlad/alpine-gxx
RUN apk update
RUN apk add --update boost-dev zlib-dev libpng-dev jpeg-dev tiff-dev openexr-dev autoconf automake emscripten make
RUN apk add --update \
coreutils \
build-base \
boost-dev \
zlib-dev \
libpng-dev \
jpeg-dev \
tiff-dev \
openexr-dev \
sdl-dev \
autoconf \
automake \
emscripten \
make