Skip to content

Commit

Permalink
Add argcomplete (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock authored Jul 17, 2024
1 parent a01c138 commit 8a0e79a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions final/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ RUN chsh -s $(which zsh) podman
# The dev container for docker runs as root
RUN chsh -s $(which zsh) root

RUN <<EOF
# Install argcomplete
python3 -m pip install argcomplete
activate-global-python-argcomplete
EOF

# Install oh-my-zsh for both users
USER podman
Expand Down

0 comments on commit 8a0e79a

Please sign in to comment.