We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5197025 commit ebd3b9cCopy full SHA for ebd3b9c
Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
13
&& rm -rf /var/lib/apt/lists/*
14
15
# Create a script file sourced by both interactive and non-interactive bash shells
16
-ENV BASH_ENV=/home/user/.bash_env
+ENV BASH_ENV=/home/root/.bash_env
17
RUN touch "${BASH_ENV}"
18
RUN echo '. "${BASH_ENV}"' >> ~/.bashrc
19
0 commit comments