Skip to content

Commit

Permalink
Remove dind from image since it can be a devcontainer feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Jan 29, 2024
1 parent 38ee90d commit c32cb1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .cfg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ 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

Expand Down

0 comments on commit c32cb1d

Please sign in to comment.