diff --git a/Tests/E2E/system_under_test/Dockerfile b/Tests/E2E/system_under_test/Dockerfile index 4909e4f..3acb5a3 100644 --- a/Tests/E2E/system_under_test/Dockerfile +++ b/Tests/E2E/system_under_test/Dockerfile @@ -25,7 +25,7 @@ RUN \ # Install Neos base distribution ARG NEOS_VERSION RUN rm -rf /app \ - && composer create-project neos/neos-base-distribution:^${NEOS_VERSION} /app + && composer create-project --stability dev neos/neos-base-distribution:^${NEOS_VERSION} /app # Add config files # NOTE: must run AFTER `create-project`, since that does `rm -rf /app` and would