Skip to content

Commit

Permalink
make sure infisical and teleport are primed
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Aug 2, 2024
1 parent e5b2490 commit 067ce6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,7 @@ function create_tag(){

alias gt-bump="create_tag"

echo "Preparing Teleport SSH..."
tsh config > /root/.ssh/config

cd /src
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
# OhMyZsh
RUN /bin/zsh -c 'sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"'
RUN git clone https://github.com/Aloxaf/fzf-tab /root/.oh-my-zsh/custom/plugins/fzf-tab
RUN ansible-galaxy collection install infisical.vault


COPY .zshrc /root/.zshrc

CMD ["/bin/bash"]

0 comments on commit 067ce6b

Please sign in to comment.