We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4957fd commit 6b8468cCopy full SHA for 6b8468c
Dockerfile
@@ -158,7 +158,7 @@ RUN \
158
RUN \
159
mkdir jpeg; \
160
wget -qO- https://github.com/libjpeg-turbo/libjpeg-turbo/archive/${LIBJPEG_TURBO_VERSION}.tar.gz \
161
- | tar xvz -C jpeg --strip-components=1; jpeg; \
+ | tar xvz -C jpeg --strip-components=1; cd jpeg; \
162
cmake -G"Unix Makefiles" -DCMAKE_INSTALL_PREFIX=$PREFIX .; \
163
make -j $(nproc) install; \
164
cd ..; rm -rf jpeg
0 commit comments