We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b2c77 commit 02d08c4Copy full SHA for 02d08c4
3 files changed
Dockerfile
@@ -19,7 +19,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
19
net-tools \
20
vim \
21
iputils-ping \
22
+ wget \
23
dnsutils \
24
+ tmux \
25
dmidecode \
26
27
lshw \
chart/templates/cm-bashrc.yaml
@@ -5,7 +5,7 @@ metadata:
5
data:
6
.bashrc: |
7
# ~/.bashrc for dev user
8
- export PATH="/home/dev/bin:$PATH"
+ export PATH="/home/dev/bin:/home/dev/bin/go/bin:$PATH"
9
export PYTHONUSERBASE="$HOME/.local"
10
11
# Colors
chart/values.yaml
@@ -24,7 +24,6 @@ ssh:
# Place auth keys here ...
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
-
28
securityContext:
29
runAsNonRoot: true
30
runAsUser: 1001
0 commit comments