This commit is contained in:
Matt McWilliams 2021-09-15 20:12:46 -04:00
parent 5c3f04a6ab
commit 468bbd959c
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 make
RUN apk add --update \
coreutils \
build-base \
boost-dev \
zlib-dev \
libpng-dev \
jpeg-dev \
tiff-dev \
openexr-dev \
sdl-dev \
ilmbase-dev \
autoconf \
automake \
make