Skip to content

Commit

Permalink
website: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mpranj committed May 11, 2021
1 parent 8d63450 commit 424c1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG PARALLEL=8
ENV C_FLAGS="-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-protector-strong -Wstack-protector -fPIE -pie"
WORKDIR /app/kdb
ADD . /app/kdb/
RUN mkdir build \
RUN mkdir -p build \
&& cd build \
&& cmake -DBUILD_FULL=OFF -DBUILD_SHARED=ON \
-DBUILD_STATIC=OFF -DBUILD_DOCUMENTATION=OFF \
Expand Down

0 comments on commit 424c1da

Please sign in to comment.