Skip to content

Commit 5197025

Browse files
authored
Update Dockerfile
1 parent 1df560d commit 5197025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
1313
&& rm -rf /var/lib/apt/lists/*
1414

1515
# Create a script file sourced by both interactive and non-interactive bash shells
16-
ENV BASH_ENV /home/user/.bash_env
16+
ENV BASH_ENV=/home/user/.bash_env
1717
RUN touch "${BASH_ENV}"
1818
RUN echo '. "${BASH_ENV}"' >> ~/.bashrc
1919

0 commit comments

Comments
 (0)