Add depenednecy on uuid-dev to dockerfile
Former-commit-id: dd70e1b571447921b9dd6f46048970f8bbf0c57b
This commit is contained in:
parent
256e80db85
commit
99fc7391ee
@ -4,7 +4,7 @@ FROM ubuntu:18.04
|
|||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
|
||||||
build-essential nasm autotools-dev autoconf libjemalloc-dev tcl tcl-dev \
|
build-essential nasm autotools-dev autoconf libjemalloc-dev tcl tcl-dev uuid-dev \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
CMD make
|
CMD make
|
Loading…
x
Reference in New Issue
Block a user