mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
Fix Dockerfile warning
``` 1 warning found (use docker --debug to expand): - UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' (line 105) ```
This commit is contained in:
committed by
Kyle Elliott
parent
66df15c2ef
commit
3aae67d6a0
@@ -102,7 +102,6 @@ COPY --from=builder /opt/remill /opt/remill
|
||||
# Set environment
|
||||
ENV LLVM_VERSION=${LLVM_VERSION}
|
||||
ENV PATH="/opt/remill/bin:${PATH}"
|
||||
ENV LD_LIBRARY_PATH="/usr/lib/llvm-${LLVM_VERSION}/lib:${LD_LIBRARY_PATH}"
|
||||
|
||||
# Create entrypoint script
|
||||
RUN echo '#!/bin/sh\nexec remill-lift-'${LLVM_VERSION}' "$@"' > /usr/local/bin/entrypoint.sh && \
|
||||
|
||||
Reference in New Issue
Block a user