Skip to content

Commit 3e7d594

Browse files
committed
removed cppcheck
1 parent 9f0f7ae commit 3e7d594

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ RUN apt-get update && apt-get --no-install-recommends install -y \
3535
ffmpeg \
3636
git \
3737
python3 \
38-
python3-pip \
39-
&& apt-get install --only-upgrade cppcheck
38+
python3-pip
4039
# Install Python requirements
4140
RUN pip install PyYAML --break-system-packages
4241
# Link python3 to python

0 commit comments

Comments
 (0)