Skip to content

Commit

Permalink
[CI/CD][Fixed] Don't remove curl at all
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Apr 2, 2024
1 parent 5985451 commit ac7a64e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/dev_image_k7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN dpkg --remove kicost kibot && \
unzip pp.zip && \
pip3 install --break-system-packages KiAuto-master/ && \
rm -rf KiAuto-master/ pp.zip && \
apt-get -y remove curl unzip python3-pip && \
rm -rf /var/lib/apt/lists/*

ARG repo_hash
Expand Down

0 comments on commit ac7a64e

Please sign in to comment.