open5gs-master: fix comment in Dockerfile

Change-Id: I34577dd39051f429af8257afe075f22b20cfdfe4
Related: OS#5913
This commit is contained in:
Vadim Yanitskiy 2023-02-21 00:08:52 +07:00
parent d3c437abce
commit 4c3d879924
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN apt-get update && \
net-tools && \ net-tools && \
apt-get clean apt-get clean
# crate user # create a user
ARG username=osmocom ARG username=osmocom
RUN useradd -m --uid=1000 ${username} && \ RUN useradd -m --uid=1000 ${username} && \
echo "${username} ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/${username} && \ echo "${username} ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/${username} && \