Format old Dockerfile

This commit is contained in:
mmcwilliams 2021-11-01 01:08:46 -04:00
parent 6a0126d533
commit da346e0975
1 changed files with 11 additions and 2 deletions

View File

@ -1,8 +1,17 @@
FROM emscripten/emsdk:2.0.26
FROM emscripten/emsdk:latest
RUN DEBIAN_FRONTEND=noninteractive apt update
RUN DEBIAN_FRONTEND=noninteractive apt install -y bash libz-dev libpng-dev libjpeg-dev libtiff-dev libopenexr-dev autoconf automake make
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
bash \
libz-dev \
libpng-dev \
libjpeg-dev \
libtiff-dev \
libopenexr-dev \
autoconf \
automake \
make
RUN cd /opt && git clone --recursive https://github.com/boostorg/boost.git