add missing dependency

Former-commit-id: 95e3dbc1048ba99af1b64f97b681ed1e67e2431a
This commit is contained in:
eric-weaver 2019-10-08 20:46:06 -04:00 committed by John Sully
parent 8c7c25a9fb
commit dab8343cde

View File

@ -4,7 +4,7 @@ FROM ubuntu:18.04
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
build-essential nasm autotools-dev autoconf libjemalloc-dev tcl tcl-dev uuid-dev \
build-essential nasm autotools-dev autoconf libcurl4-openssl-dev libjemalloc-dev tcl tcl-dev uuid-dev \
&& apt-get clean
CMD make