Skip to content

Commit 8ab9aa0

Browse files
authored
Update Dockerfile
added cppcheck
1 parent aeb4dcb commit 8ab9aa0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ 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 \
3738
python3 \
3839
python3-pip
3940
# Install Python requirements
@@ -57,4 +58,4 @@ RUN rm makerom-v0.18.4-ubuntu_x86_64.zip bannertool.zip
5758

5859
WORKDIR /build/source
5960
RUN chmod +x /build/docker-entrypoint.sh
60-
ENTRYPOINT [ "/build/docker-entrypoint.sh" ]
61+
ENTRYPOINT [ "/build/docker-entrypoint.sh" ]

0 commit comments

Comments
 (0)