1
0

Fixed not being in the correct folder for subsequent RUN's after the git clone

This commit is contained in:
BlueFox 2024-09-21 16:55:19 +02:00
parent cf1c16f890
commit 4dea8a4fef

View File

@ -2,11 +2,14 @@ FROM alpine
MAINTAINER Benjamin Burkhardt <bluefox@privacynerd.de>
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