mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
change dependency docker-dev
This commit is contained in:
parent
e2bb5706fa
commit
92d8bde84a
7 changed files with 37 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ RUN apt-get update && \
|
|||
net-tools && \
|
||||
apt-get clean
|
||||
|
||||
COPY setup.sh /root
|
||||
|
||||
ARG username=acetcom
|
||||
RUN useradd -m --uid=1000 ${username} && \
|
||||
echo "${username} ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/${username} && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue