Skip to content
Snippets Groups Projects
Commit 26d0ec05 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Add braces to env var

parent cde2b695
No related branches found
No related tags found
Loading
Pipeline #15003 passed
......@@ -43,4 +43,4 @@ RUN cd /opt && \
rm -rf /opt/*.tar.gz
ENV CONTAINER_GIBUU_EXEC=/opt/release2019/objects/GiBUU.x
ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
ENV LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment