Skip to content

Commit

Permalink
Use production release of odbc-cpp-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mrylov committed Dec 7, 2020
1 parent 14427fe commit ea8fc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-build-deps.dockerfile
Expand Up @@ -162,7 +162,7 @@ RUN curl -LJO https://github.com/Kitware/CMake/releases/download/v3.15.2/cmake-3
&& cp -r cmake-3.15.2-Linux-x86_64/share/cmake-3.15/* /usr/local/share/cmake-3.15 \
&& rm -rf cmake-3.15.2-Linux-x86_64*
# Download and compile odbc-cpp-wrapper
RUN git clone https://github.com/SAP/odbc-cpp-wrapper.git \
RUN git clone --branch v0.1 --depth 1 https://github.com/SAP/odbc-cpp-wrapper.git \
&& mkdir odbc-cpp-wrapper/build \
&& cd odbc-cpp-wrapper/build \
&& cmake .. \
Expand Down

0 comments on commit ea8fc2b

Please sign in to comment.