Explorar o código

add simple dockerfile for dev

Tomás Pinho %!s(int64=7) %!d(string=hai) anos
pai
achega
53381331cb
Modificáronse 1 ficheiros con 17 adicións e 0 borrados
  1. 17 0
      Dockerfile

+ 17 - 0
Dockerfile

@@ -0,0 +1,17 @@
+FROM ubuntu:latest AS build
+
+ENV WORKDIR /build/
+
+RUN mkdir -p $WORKDIR
+
+WORKDIR $WORKDIR
+
+ADD . .
+
+RUN apt-get update
+
+RUN apt-get install -y bc build-essential dkms
+
+CMD /bin/bash
+
+# make KVER=4.15.0-46-generic