Files
haskell/examples/in-cluster/Dockerfile

6 lines
113 B
Docker
Raw Normal View History

FROM ubuntu:xenial
RUN apt-get update && apt-get install -y libgmp3-dev
COPY in-cluster-example /usr/local/bin