first version of docker support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM debian
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y git autoconf automake g++ make
|
||||
|
||||
WORKDIR /build
|
||||
CMD ["/bin/bash"]
|
||||
Reference in New Issue
Block a user