mirror of
https://github.com/curl/curl.git
synced 2026-07-26 16:37:16 +03:00
Dockerfile: fix typo in variable name
Did not cause an actual issue.
Spotted by GitHub Code Quality
Follow-up to 41c03b4c98 #13250
Closes #21693
This commit is contained in:
parent
76e1da0989
commit
f902c3c486
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
|
|||
|
||||
ARG UID=1000 GID=1000
|
||||
|
||||
RUN groupadd --gid $UID dev && \
|
||||
RUN groupadd --gid $GID dev && \
|
||||
useradd --uid $UID --gid dev --shell /bin/bash --create-home dev
|
||||
|
||||
USER dev:dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue