mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-13 11:48:09 +00:00
tweaking
This commit is contained in:
parent
e1c806ebe8
commit
2f8cbcb2d1
1 changed files with 0 additions and 6 deletions
|
@ -12,12 +12,6 @@ RUN apk -U --no-cache add \
|
||||||
# Setup user
|
# Setup user
|
||||||
addgroup -g 2000 wetty && \
|
addgroup -g 2000 wetty && \
|
||||||
adduser -S -s /bin/ash -u 2000 -D -g 2000 wetty && \
|
adduser -S -s /bin/ash -u 2000 -D -g 2000 wetty && \
|
||||||
#mkdir -p /home/wetty/.ssh && \
|
|
||||||
#chmod 755 /home/wetty/.ssh && \
|
|
||||||
#chown wetty:wetty /home/wetty/.ssh && \
|
|
||||||
#touch /home/wetty/.ssh/known_hosts && \
|
|
||||||
#chmod 777 /home/wetty/.ssh/known_hosts && \
|
|
||||||
#chown wetty:wetty /home/wetty/.ssh/known_hosts && \
|
|
||||||
|
|
||||||
# Get and install packages
|
# Get and install packages
|
||||||
mkdir -p /opt/ && \
|
mkdir -p /opt/ && \
|
||||||
|
|
Loading…
Reference in a new issue