6 lines
113 B
Docker
6 lines
113 B
Docker
FROM ubuntu:xenial
|
|
|
|
RUN apt-get update && apt-get install -y libgmp3-dev
|
|
|
|
COPY in-cluster-example /usr/local/bin
|