Correct setup for infer #6
@@ -48,8 +48,8 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
RUN VERSION=1.2.0; \
|
||||
curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux-x86_64-v$VERSION.tar.xz" \
|
||||
| sudo tar -C /opt -xJ && \
|
||||
sudo ln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/local/bin/infer
|
||||
| tar -C /opt -xJ && \
|
||||
ln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/bin/infer
|
||||
|
||||
# Install pipx and Conan
|
||||
RUN pipx ensurepath \
|
||||
|
||||
Reference in New Issue
Block a user