diff --git a/.cfg/Dockerfile b/.cfg/Dockerfile index 5245ef9..40c0514 100644 --- a/.cfg/Dockerfile +++ b/.cfg/Dockerfile @@ -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