diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..6476b44cc --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM busybox:1.31 +WORKDIR /mibs +COPY . .