We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0f7ae commit 3e7d594Copy full SHA for 3e7d594
Dockerfile
@@ -35,8 +35,7 @@ RUN apt-get update && apt-get --no-install-recommends install -y \
35
ffmpeg \
36
git \
37
python3 \
38
- python3-pip \
39
- && apt-get install --only-upgrade cppcheck
+ python3-pip
40
# Install Python requirements
41
RUN pip install PyYAML --break-system-packages
42
# Link python3 to python
0 commit comments