diff --git a/components/ide/code/leeway.nightly.Dockerfile b/components/ide/code/leeway.nightly.Dockerfile index 57650637ac5d28..844330bcd7258f 100644 --- a/components/ide/code/leeway.nightly.Dockerfile +++ b/components/ide/code/leeway.nightly.Dockerfile @@ -19,6 +19,8 @@ RUN npm ci FROM ubuntu:22.04 as code_builder +ARG DEBIAN_FRONTEND=noninteractive + ENV TRIGGER_REBUILD 1 ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1