mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
removed ssh keygen from image build
This commit is contained in:
parent
f1a33efd63
commit
dfc1f5b098
1 changed files with 0 additions and 3 deletions
|
|
@ -22,9 +22,6 @@ echo "ALL ALL=NOPASSWD: /bin/chown -R 1000\:1000 /data" >> /etc/sudoers
|
|||
# install nodejs
|
||||
dnf module install -y nodejs:${NODEJS_VERSION}
|
||||
|
||||
# enable openssh
|
||||
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ''
|
||||
|
||||
# create the non-root user
|
||||
groupadd -g 1000 nodejs
|
||||
useradd -u 1000 -g 1000 nodejs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue