File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414 libffi-dev \
1515 gcc \
1616 make \
17+ htop \
18+ iproute2 \
19+ netstate \
1720 vim \
1821 iputils-ping \
1922 dnsutils \
2023 dmidecode \
24+ dnsutils \
2125 lshw \
2226 openssh-server \
2327 sshpass \
Original file line number Diff line number Diff line change 9191 if [ ! -d "$BIN_DIR" ]; then
9292 echo "Creating user bin directory at $BIN_DIR"
9393 mkdir -p "$BIN_DIR"
94+ chmod 777 -R "$BIN_DIR"
9495 else
9596 echo "User bin directory already exists at $BIN_DIR, skipping creation"
9697 fi
Original file line number Diff line number Diff line change 2424 # Place auth keys here ...
2525 # ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
2626
27+
2728securityContext :
2829 runAsNonRoot : true
2930 runAsUser : 1001
You can’t perform that action at this time.
0 commit comments