diff --git a/integration-tests/test.Dockerfile b/integration-tests/test.Dockerfile index dcffeab2b..ce4aa7503 100644 --- a/integration-tests/test.Dockerfile +++ b/integration-tests/test.Dockerfile @@ -1,7 +1,7 @@ FROM nixos/nix:latest ARG SUITES=smoke soak -ARG GITHUB_TOKEN="" +ENV GITHUB_TOKEN="" RUN ENV NIX_USER_CONF_FILES=/repo/nix.conf ENV PATH="/repo/cairo-build/bin:/repo/scarb-build/bin:${PATH}"