Skip to content
Snippets Groups Projects
Verified Commit b6f5e654 authored by David Hoese's avatar David Hoese
Browse files

Fix typo in dockerfile

parent ce77ad60
No related branches found
No related tags found
No related merge requests found
Pipeline #14729 failed
......@@ -23,7 +23,7 @@ RUN mkdir -p /build_deps && cd /build_deps \
&& mkdir -p build && cd build \
&& cmake .. -DWITH_PROTOBUFC=OFF -DWITH_POSTGIS=OFF \
&& make -j$(nproc) \
&& make install
&& make install \
&& cd && rm -rf /build_deps
# apache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment