From 0f610870930a55c1ebd30fb5f2512edcbfcaaf96 Mon Sep 17 00:00:00 2001 From: xxchan Date: Tue, 17 Oct 2023 17:09:13 +0800 Subject: [PATCH] space --- integration_tests/feature-store/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/feature-store/Dockerfile b/integration_tests/feature-store/Dockerfile index 592f593875c81..7aadc5fb15d72 100644 --- a/integration_tests/feature-store/Dockerfile +++ b/integration_tests/feature-store/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 AS feature-store-server ARG BUILD_ARG -ENV DEBIAN_FRONTEND=noninteractive +ENV DEBIAN_FRONTEND=noninteractive USER root