mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Fix clazy install
This commit is contained in:
parent
383b2f9f78
commit
5814179af9
@ -18,6 +18,7 @@ RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
clazy \
|
||||
cmake \
|
||||
curl \
|
||||
dh-python \
|
||||
@ -213,15 +214,6 @@ RUN apt-get update \
|
||||
ocl-icd-opencl-dev \
|
||||
&& apt-get clean
|
||||
|
||||
# Clazy
|
||||
#RUN curl -k https://downloads.kdab.com/clazy/1.6/Clazy-x86_64-1.6.AppImage -o /tmp/Clazy.AppImage \
|
||||
# && chmod +x /tmp/Clazy.AppImage \
|
||||
# && mkdir /opt/clazy \
|
||||
# && cd /opt/clazy \
|
||||
# && /tmp/Clazy.AppImage --appimage-extract \
|
||||
# && ln -s /opt/clazy/squashfs-root/AppRun /usr/bin/clazy \
|
||||
# && ln -s ../../bin/ccache /usr/lib/ccache/clazy
|
||||
|
||||
ENV PATH="/usr/local/bin:${PATH}"
|
||||
|
||||
# environment variables shall be located in .docker/docker-variables.env
|
||||
|
Loading…
x
Reference in New Issue
Block a user