Caught typo in new alpine-based Dockerfile for the wasm build

This commit is contained in:
Matt McWilliams 2021-09-15 10:53:53 -04:00
parent ec2d030586
commit 8c3a42aef0
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ FROM alpine:latest
RUN apk update
RUN apk add --update boost-dev zlib-dev libpng-dev jpeg-dev tiff-dev openexr-dev autoconf automake emscriptenmake
RUN apk add --update boost-dev zlib-dev libpng-dev jpeg-dev tiff-dev openexr-dev autoconf automake emscripten make