nn.find/Dockerfile

5 lines
112 B
Docker

FROM debian:latest
RUN apt-get update -y && apt-get install -y build-essential
CMD ["make"]
WORKDIR "/source"