Skip to content

Commit

Permalink
Ensure deva does not install dependencies dynamically (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Feb 14, 2025
1 parent d71608b commit e794a84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ARG CI_UPLOADER_SHA=873976f0f8de1073235cf558ea12c7b922b28e1be22dc1553bf56162beeb
ARG CI_UPLOADER_VERSION=2.30.1
# Skip Pulumi update warning https://www.pulumi.com/docs/cli/environment-variables/
ENV PULUMI_SKIP_UPDATE_CHECK=true
# Always prevent installing dependencies dynamically
ENV DEVA_NO_DYNAMIC_DEPS=1

# Install deps all in one step
RUN apt-get update -y && \
Expand Down

0 comments on commit e794a84

Please sign in to comment.