Skip to content

Commit 065b5b8

Browse files
committed
Fix broken case statement
1 parent 04297a3 commit 065b5b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ RUN source /assets/functions/00-container && \
4141
build_arch="aarch64-linux-gnu" ; \
4242
lg_page="--with-lg-page=16" ;; \
4343
*) : ;; \
44-
jemalloc_flags="--build ${build_arch} ${lg_page} --with-lg-hugepage=21" \
4544
esac; \
46-
\
45+
jemalloc_flags="--build ${build_arch} ${lg_page} --with-lg-hugepage=21" && \
4746
export BUILD_TLS=yes && \
4847
grep -F 'cd jemalloc && ./configure ' /usr/src/redis/deps/Makefile; \
4948
sed -ri 's!cd jemalloc && ./configure !&'"$jemalloc_flags"' !' /usr/src/redis/deps/Makefile; \

0 commit comments

Comments
 (0)