Update pve/Dockerfile
This commit is contained in:
parent
31ebef749f
commit
552e12f486
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ RUN \
|
||||||
echo "**** install runtime packages ****" && \
|
echo "**** install runtime packages ****" && \
|
||||||
apt-get update && apt-get install -y isc-dhcp-server kitty-terminfo btop logrotate neovim netcat-openbsd openssh-server wget systemctl curl gnupg ca-certificates rsyslog net-tools iputils-ping && \
|
apt-get update && apt-get install -y isc-dhcp-server kitty-terminfo btop logrotate neovim netcat-openbsd openssh-server wget systemctl curl gnupg ca-certificates rsyslog net-tools iputils-ping && \
|
||||||
echo "**** setup openssh environment ****" && \
|
echo "**** setup openssh environment ****" && \
|
||||||
useradd -m rander && \
|
useradd -m pve && \
|
||||||
usermod --shell /bin/bash rander && \
|
usermod --shell /bin/bash pve && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
$HOME/.cache
|
$HOME/.cache
|
||||||
|
|
Loading…
Add table
Reference in a new issue