File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1717
1818# System update
1919RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommends\
20- build-essential \
21- cmake \
22- git \
23- wget \
24- unzip \
25- yasm \
26- pkg-config \
27- libtool \
28- nasm \
29- automake \
30- libpng12-dev \
31- libjpeg-turbo8-dev \
20+ build-essential \
21+ cmake \
22+ git \
23+ wget \
24+ unzip \
25+ yasm \
26+ pkg-config \
27+ libtool \
28+ nasm \
29+ automake \
30+ libpng12-dev \
31+ libjpeg-turbo8-dev \
3232 libdevil-dev \
3333 libboost-filesystem-dev \
3434 libboost-system-dev \
@@ -37,5 +37,5 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend
3737 && rm -rf /var/lib/apt/lists/*
3838
3939COPY . /opt/popsift
40- WORKDIR /opt/popsift
41- RUN mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make install -j
40+ WORKDIR /opt/popsift/build
41+ RUN cmake .. -DCMAKE_BUILD_TYPE=Release && make install -j
You can’t perform that action at this time.
0 commit comments