Skip to content

Commit 02d08c4

Browse files
author
Marcel Zapf
committed
update
1 parent b4b2c77 commit 02d08c4

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1919
net-tools \
2020
vim \
2121
iputils-ping \
22+
wget \
2223
dnsutils \
24+
tmux \
2325
dmidecode \
2426
dnsutils \
2527
lshw \

chart/templates/cm-bashrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
data:
66
.bashrc: |
77
# ~/.bashrc for dev user
8-
export PATH="/home/dev/bin:$PATH"
8+
export PATH="/home/dev/bin:/home/dev/bin/go/bin:$PATH"
99
export PYTHONUSERBASE="$HOME/.local"
1010
1111
# Colors

chart/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ ssh:
2424
# Place auth keys here ...
2525
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
2626
27-
2827
securityContext:
2928
runAsNonRoot: true
3029
runAsUser: 1001

0 commit comments

Comments
 (0)