Skip to content

Commit

Permalink
Add docker cli from dind to container
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Jan 29, 2024
1 parent e5c8541 commit 38ee90d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .cfg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN curl https://pyenv.run | bash
RUN curl -fsSL https://fnm.vercel.app/install | bash && /bin/zsh -i -c 'fnm install 16'
RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install --all

RUN ./.cfg/scripts/install-neovim.sh
RUN ./.cfg/scripts/install-omb.sh
RUN ./.cfg/scripts/install-omz.sh
RUN ./.cfg/scripts/install-neovim.sh
RUN ./.cfg/scripts/install-omb.sh
RUN ./.cfg/scripts/install-omz.sh
RUN sh -c "$(curl -fsSL https://starship.rs/install.sh)" "" -f
RUN pip install pipx && \
pipx install ansible --include-deps && \
Expand All @@ -36,7 +36,9 @@ RUN pip install pipx && \
pipx install poetry --include-deps && \
pipx install ipython --include-deps

COPY --from=docker:dind /usr/local/bin/docker /usr/local/bin/

COPY .bashrc .zshrc ./
RUN rm -rf .cfg

CMD zsh
CMD zsh

0 comments on commit 38ee90d

Please sign in to comment.