Skip to content

Commit

Permalink
Revert "removed .bashrc"
Browse files Browse the repository at this point in the history
This reverts commit 310d7d8.
  • Loading branch information
rongxin-liu committed Dec 29, 2023
1 parent 310d7d8 commit 6073cb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ RUN pip3 install --no-cache-dir \
setuptools


# Enforce login shell
RUN echo "shopt -q login_shell || bash --login" >> /home/ubuntu/.bashrc && \
chown -R ubuntu:ubuntu /home/ubuntu/.bashrc


# Copy files to image
COPY ./etc /etc
COPY ./opt /opt
Expand Down

0 comments on commit 6073cb9

Please sign in to comment.