Skip to content

Commit 2ef4f9f

Browse files
committed
fix/useradd
1 parent 328cbf2 commit 2ef4f9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ RUN curl -L https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/is
1515

1616
ENV PATH=$ISTIOCTL_DIR:$PATH
1717

18+
RUN useradd --create-home nonroot
19+
1820
WORKDIR /app
1921

2022
COPY istio_analyzer_exporter.py .

0 commit comments

Comments
 (0)