We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f674f9 commit 4a782fdCopy full SHA for 4a782fd
.build-tools/containers/buildenv/Dockerfile
@@ -23,5 +23,5 @@ COPY requirements.txt $HOME
23
RUN source $HOME/.venv/bin/activate && pip install --upgrade pip && pip install -r $HOME/requirements.txt && rm $HOME/requirements.txt
24
25
RUN sudo sed -i '/^\[instrumentation\]/,/^\[/{s/version *= *"ovni"/version = "none"/}' /usr/local/share/nosv.toml
26
-
+RUN echo 'export LD_PRELOAD=/usr/local/lib/libnosv.so:$LD_PRELOAD' >> $HOME/.hicr-env.sh
27
WORKDIR $HOME
0 commit comments