Skip to content

Commit

Permalink
fix(docker): migrate to non-alpine syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Oct 30, 2024
1 parent 63fad15 commit 4b3e0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b3e0e4

Please sign in to comment.