Skip to content

Commit ac4f226

Browse files
fix: Don't remove python, it also removes nodejs (#3)
* fix: Don't remove python, it also removes nodejs (which requires python)
2 parents f41dee9 + b6047ae commit ac4f226

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ RUN curl -Os https://cli.codecov.io/${CODECOV_CLI_VERSION}/linux/codecov && \
131131

132132
# finalize | apt clean up
133133
RUN rm -rf "${CARGO_HOME}/registry" "${CARGO_HOME}/git" && \
134-
apt-get remove -y python3 && \
135134
apt-get autoremove -y && \
136135
apt-get clean && \
137136
rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)