Skip to content

Commit e0633ce

Browse files
committed
fixed installation of cppcheck also trying slim debian
1 parent 8ab9aa0 commit e0633ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12
1+
FROM debian:12-slim
22
LABEL version="0.2.4-alpha"
33
LABEL vendor1="DanteyPL"
44

@@ -34,9 +34,9 @@ ENV PATH="$PATH:/opt/devkitpro/devkitARM/bin"
3434
RUN apt-get update && apt-get --no-install-recommends install -y \
3535
ffmpeg \
3636
git \
37-
cppcheck \
3837
python3 \
39-
python3-pip
38+
python3-pip \
39+
&& apt-get install --only-upgrade cppcheck
4040
# Install Python requirements
4141
RUN pip install PyYAML --break-system-packages
4242
# Link python3 to python

0 commit comments

Comments
 (0)