Docker complains about it, which pollutes the logs.
#### non-root stage
-FROM root as nonroot
+FROM root AS nonroot
# Prepare locale config for locale-gen
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen; \
#### non-root stage
-FROM root as nonroot
+FROM root AS nonroot
USER 82:82
#### non-root stage
-FROM root as nonroot
+FROM root AS nonroot
# Prepare locale config for locale-gen
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen; \
#### non-root stage
-FROM root as nonroot
+FROM root AS nonroot
USER 82:82
#### non-root stage
-FROM root as nonroot
+FROM root AS nonroot
# Prepare locale config for locale-gen
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen; \