Skip to content

Commit 53b52e2

Browse files
committed
Fix Dockerfile warning
``` 1 warning found (use docker --debug to expand): - UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' (line 105) ```
1 parent 83b0ee6 commit 53b52e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile.llvm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ COPY --from=builder /opt/remill /opt/remill
102102
# Set environment
103103
ENV LLVM_VERSION=${LLVM_VERSION}
104104
ENV PATH="/opt/remill/bin:${PATH}"
105-
ENV LD_LIBRARY_PATH="/usr/lib/llvm-${LLVM_VERSION}/lib:${LD_LIBRARY_PATH}"
106105

107106
# Create entrypoint script
108107
RUN echo '#!/bin/sh\nexec remill-lift-'${LLVM_VERSION}' "$@"' > /usr/local/bin/entrypoint.sh && \

0 commit comments

Comments
 (0)