FixInfer (#7)
Reviewed-on: #7 Co-authored-by: Romain BOULLARD <romain.boullard@protonmail.com> Co-committed-by: Romain BOULLARD <romain.boullard@protonmail.com>
This commit was merged in pull request #7.
This commit is contained in:
@@ -49,7 +49,7 @@ 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" \
|
||||
| tar -C /opt -xJ && \
|
||||
ln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/bin/infer
|
||||
ln -s "/opt/infer-linux-x86_64-v$VERSION/bin/infer" /usr/bin/infer
|
||||
|
||||
# Install pipx and Conan
|
||||
RUN pipx ensurepath \
|
||||
|
||||
Reference in New Issue
Block a user