Files
haskell/examples/in-cluster/Dockerfile
2019-10-22 17:29:34 +01:00

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