Skip to content

Commit 384884b

Browse files
author
Marcel Zapf
committed
update
1 parent fc87631 commit 384884b

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ RUN groupadd -g 1001 dev && \
6363
passwd -d dev && \
6464
echo "dev ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
6565

66-
# Fix pam
67-
RUN sed -i "s/session required pam_loginuid.so/session optional pam_loginuid.so/" /etc/pam.d/sshd
68-
6966
# Adjust permissions for /usr/local and home directories
7067
RUN chown -R dev:dev /usr/local /home/dev
7168

chart/templates/cm-bashrc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ metadata:
55
data:
66
.bashrc: |
77
# ~/.bashrc for dev user
8-
9-
export PATH="$HOME/.local/bin:/usr/local/venv/bin:$PATH"
108
export PYTHONUSERBASE="$HOME/.local"
119
1210
# Colors

0 commit comments

Comments
 (0)