We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9786a31 commit f992ecbCopy full SHA for f992ecb
2 files changed
Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
libffi-dev \
15
gcc \
16
make \
17
+ rsync \
18
htop \
19
iproute2 \
20
net-tools \
chart/values.yaml
@@ -23,7 +23,6 @@ ssh:
23
authorizedKeys: |
24
# Place auth keys here ...
25
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
26
-
27
securityContext:
28
runAsNonRoot: true
29
runAsUser: 1001
0 commit comments