Format old Dockerfile
This commit is contained in:
parent
6a0126d533
commit
da346e0975
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue