mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
update Dockerfile
This commit is contained in:
parent
d74afc5bc7
commit
e2bb5706fa
8 changed files with 18 additions and 17 deletions
|
|
@ -5,7 +5,7 @@ FROM ${username}/${dist}-${tag}-build
|
|||
|
||||
MAINTAINER Sukchan Lee <acetcom@gmail.com>
|
||||
|
||||
RUN dnf -y install \
|
||||
RUN dnf -y install \
|
||||
cscope \
|
||||
vim \
|
||||
sudo \
|
||||
|
|
@ -13,7 +13,7 @@ RUN dnf -y install \
|
|||
net-tools
|
||||
|
||||
ARG username=acetcom
|
||||
RUN useradd -m --uid=1000 ${username} && \
|
||||
RUN useradd -m --uid=1000 ${username} && \
|
||||
echo "${username} ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/${username} && \
|
||||
chmod 0440 /etc/sudoers.d/${username}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue