From 2b08bd383bb605c673b269821b83fcc42aa1a390 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 15 Jan 2024 07:29:40 +0200 Subject: [PATCH] . --- dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 3a647a1..5a94d67 100644 --- a/dockerfile +++ b/dockerfile @@ -4,4 +4,7 @@ RUN apk update && apk upgrade --no-cache RUN apk add openssh pkgconf cargo openssl-dev libsodium-dev xxhash RUN cargo install pijul --version "~1.0.0-beta" -RUN echo "export PATH=$PATH:~/.cargo/bin" >> /etc/profile + +RUN apk add bash +RUN echo "export PATH=$PATH:~/.cargo/bin" >> /root/.bashrc +CMD ["bash"]