Fix clazy install

This commit is contained in:
Julien Cabieces 2022-05-04 16:45:15 +02:00 committed by Nyall Dawson
parent 383b2f9f78
commit 5814179af9

View File

@ -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