Skip to content

Commit 6b8468c

Browse files
committed
fix typo
1 parent f4957fd commit 6b8468c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ RUN \
158158
RUN \
159159
mkdir jpeg; \
160160
wget -qO- https://github.com/libjpeg-turbo/libjpeg-turbo/archive/${LIBJPEG_TURBO_VERSION}.tar.gz \
161-
| tar xvz -C jpeg --strip-components=1; jpeg; \
161+
| tar xvz -C jpeg --strip-components=1; cd jpeg; \
162162
cmake -G"Unix Makefiles" -DCMAKE_INSTALL_PREFIX=$PREFIX .; \
163163
make -j $(nproc) install; \
164164
cd ..; rm -rf jpeg

0 commit comments

Comments
 (0)