From 4b3e0e446db4c04c4f4379568c882edfc943e908 Mon Sep 17 00:00:00 2001 From: Meysam Azad Date: Wed, 30 Oct 2024 16:27:06 +0700 Subject: [PATCH] fix(docker): migrate to non-alpine syntax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b16fd6..3b90330 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN if [ "$(uname -m)" = "x86_64" ]; then \ FROM mcr.microsoft.com/azure-cli:${BASE_TAG} -RUN addgroup -S licenseware && adduser -S licenseware -G licenseware +RUN useradd -r licenseware COPY --from=bins /usr/local/bin/kubelogin /usr/local/bin/kubelogin COPY --from=bins /usr/local/bin/dumb-init /usr/local/bin/dumb-init