From 7f0226c3f082e7bda754c3df0f513f69b7fc8a83 Mon Sep 17 00:00:00 2001 From: Gustavo Carvalho Date: Fri, 21 Jul 2023 08:07:36 -0300 Subject: [PATCH] Running with default user Signed-off-by: Gustavo Carvalho --- operator/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/operator/Dockerfile b/operator/Dockerfile index dad2c4e..7ed3ca4 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -36,8 +36,6 @@ RUN apt update -y && apt install -y python3-pip openssh-client curl RUN pip3 install pexpect RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash -USER 65532:65532 - # ENTRYPOINT ["/manager"]