We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a1c51 commit 17caa61Copy full SHA for 17caa61
Dockerfile
@@ -72,7 +72,7 @@ ADD https://deb.nodesource.com/setup_22.x nodesource_setup.sh
72
RUN bash nodesource_setup.sh && \
73
apt-get -y install --no-install-recommends --no-install-suggests nodejs && \
74
npm install -g --ignore-scripts markdownlint-cli && \
75
- apt-get -y install --no-install-recommends --no-install-suggests python3 python3-pip && \
+ apt-get -y install --no-install-recommends --no-install-suggests python3-minimal python3-pip && \
76
rm /usr/lib/python3.*/EXTERNALLY-MANAGED && \
77
pip install --no-cache-dir yamllint && \
78
apt-get -y install --no-install-recommends --no-install-suggests cppcheck && \
0 commit comments