diff --git a/Dockerfile b/Dockerfile index 5cfd446..aebf596 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,14 @@ FROM alpine MAINTAINER Benjamin Burkhardt + +WORKDIR cmatrix + #git RUN apk update RUN apk add git -RUN git clone https://git.privacynerd.de/Mirrors/cmatrix.git -RUN cd cmatrix/ +RUN git clone https://git.privacynerd.de/Mirrors/cmatrix.git . +#RUN cd cmatrix/ #autoreconf -i # skip if using released tarball RUN apk add --no-cache autoconf #autoreconf -i # skip if using released tarball