mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 23:43:01 +00:00
codegen: fix for users with large uids
This commit is contained in:
parent
85b0a47fe8
commit
ffdd693ff6
@ -3,7 +3,7 @@ FROM golang:1.17
|
||||
ARG USER=$USER
|
||||
ARG UID=$UID
|
||||
ARG GID=$GID
|
||||
RUN useradd -m ${USER} --uid=${UID} && echo "${USER}:" chpasswd
|
||||
RUN useradd -l -m ${USER} --uid=${UID} && echo "${USER}:" chpasswd
|
||||
USER ${UID}:${GID}
|
||||
|
||||
ARG KUBE_VERSION
|
||||
|
Loading…
x
Reference in New Issue
Block a user