Skip to content
Snippets Groups Projects
Unverified Commit 4727712d authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad Committed by GitHub
Browse files

Move to directory first

parent 6dc7e6c2
No related branches found
No related tags found
No related merge requests found
...@@ -61,8 +61,8 @@ RUN pip3 install --no-cache-dir cmake==3.21.2 ...@@ -61,8 +61,8 @@ RUN pip3 install --no-cache-dir cmake==3.21.2
#Build and install libraw #Build and install libraw
WORKDIR /tmp/builds WORKDIR /tmp/builds
RUN git clone https://github.com/LibRaw/LibRaw && \ RUN git clone https://github.com/LibRaw/LibRaw && \
git reset --hard 2a9a4de21ea7f5d15314da8ee5f27feebf239655 && \
cd LibRaw && \ cd LibRaw && \
git reset --hard 2a9a4de21ea7f5d15314da8ee5f27feebf239655 && \
autoreconf --install && \ autoreconf --install && \
./configure && \ ./configure && \
make && \ make && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment