Fixed not being in the correct folder for subsequent RUN's after the git clone
This commit is contained in:
parent
cf1c16f890
commit
4dea8a4fef
@ -2,11 +2,14 @@ FROM alpine
|
|||||||
|
|
||||||
MAINTAINER Benjamin Burkhardt <bluefox@privacynerd.de>
|
MAINTAINER Benjamin Burkhardt <bluefox@privacynerd.de>
|
||||||
|
|
||||||
|
|
||||||
|
WORKDIR cmatrix
|
||||||
|
|
||||||
#git
|
#git
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add git
|
RUN apk add git
|
||||||
RUN git clone https://git.privacynerd.de/Mirrors/cmatrix.git
|
RUN git clone https://git.privacynerd.de/Mirrors/cmatrix.git .
|
||||||
RUN cd cmatrix/
|
#RUN cd cmatrix/
|
||||||
#autoreconf -i # skip if using released tarball
|
#autoreconf -i # skip if using released tarball
|
||||||
RUN apk add --no-cache autoconf
|
RUN apk add --no-cache autoconf
|
||||||
#autoreconf -i # skip if using released tarball
|
#autoreconf -i # skip if using released tarball
|
||||||
|
Loading…
Reference in New Issue
Block a user