From a57115a0bb8f1b8a3ada017a4c32198fb716d69b Mon Sep 17 00:00:00 2001 From: Georgi Panov <77702912+Darkfella91@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:39:33 +0200 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 7f89375c0..e8d4186e9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -22,6 +22,7 @@ RUN apk add --no-cache \ libstdc++ \ direnv \ unzip && \ + echo 'eval "$(direnv hook bash)"' >> /root/.bashrc && \ addgroup -g $USER_GID $USERNAME && \ adduser -u $USER_UID -G $USERNAME -s /bin/sh -D $USERNAME && \ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \