Skip to content

Commit

Permalink
Default to login shell
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Dec 11, 2023
1 parent 2c8cde2 commit 5c561a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/ubuntu-base-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then BAZEL_ARCH=arm64 ; else BAZE

# run as root for now
WORKDIR /home/admin/

ENTRYPOINT [ "/bin/bash", "--login", "c" ]

0 comments on commit 5c561a1

Please sign in to comment.