Skip to content

Commit 81fa219

Browse files
committed
fix(linux): Disable dda dynamic dependency management
This is how it was before the refactor in #1038, and the invoke unit tests in `datadog-agent` rely on this behavior
1 parent 4c66db5 commit 81fa219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linux/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ COPY --from=python_builder /root/.bashrc /root/.bashrc.conda
377377
ENV GOPATH=/go
378378
ENV MS_GOTOOLCHAIN_TELEMETRY_ENABLED=0
379379
ENV PYTHONUTF8=1
380+
ENV DDA_NO_DYNAMIC_DEPS=1
380381

381382
# Merge conda initialization with main bashrc
382383
RUN cat /root/.bashrc.conda >> /root/.bashrc && rm /root/.bashrc.conda

0 commit comments

Comments
 (0)