|
@ -2,7 +2,7 @@ FROM debian:wheezy |
|
|
MAINTAINER Johannes Schickling "schickling.j@gmail.com" |
|
|
MAINTAINER Johannes Schickling "schickling.j@gmail.com" |
|
|
|
|
|
|
|
|
ADD install.sh install.sh |
|
|
ADD install.sh install.sh |
|
|
RUN ./install.sh && rm install.sh |
|
|
|
|
|
|
|
|
RUN chmod +x install.sh && ./install.sh && rm install.sh |
|
|
|
|
|
|
|
|
VOLUME ["/source"] |
|
|
VOLUME ["/source"] |
|
|
WORKDIR /source |
|
|
WORKDIR /source |
|
|