Skip to content

Commit

Permalink
Remove python requirements from stylechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
hanefi committed Jul 9, 2024
1 parent 390dab3 commit 64aadcb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
3 changes: 0 additions & 3 deletions circleci/images/stylechecker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FROM alpine:latest
ARG TOOLS_VERSION

COPY ./files/etc/requirements.txt /tmp/etc/
# openssh is needed in the image for CircleCI to pull the repo over ssh
RUN apk add --no-cache --virtual installdeps \
curl \
Expand Down Expand Up @@ -38,6 +37,4 @@ RUN apk add --no-cache --virtual installdeps \
&& make install \
&& cd ../.. \
&& rm -rf uncrustify-uncrustify-0.68.1/ \
# this image is only used for testing purposes, so should be okay to overwrite system-managed packages
&& pip3 install -Ir /tmp/etc/requirements.txt --break-system-packages \
&& apk del installdeps
68 changes: 0 additions & 68 deletions circleci/images/stylechecker/files/etc/requirements.txt

This file was deleted.

0 comments on commit 64aadcb

Please sign in to comment.