We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab9aa0 commit e0633ceCopy full SHA for e0633ce
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:12
+FROM debian:12-slim
2
LABEL version="0.2.4-alpha"
3
LABEL vendor1="DanteyPL"
4
@@ -34,9 +34,9 @@ ENV PATH="$PATH:/opt/devkitpro/devkitARM/bin"
34
RUN apt-get update && apt-get --no-install-recommends install -y \
35
ffmpeg \
36
git \
37
- cppcheck \
38
python3 \
39
- python3-pip
+ python3-pip \
+ && apt-get install --only-upgrade cppcheck
40
# Install Python requirements
41
RUN pip install PyYAML --break-system-packages
42
# Link python3 to python
0 commit comments