Skip to content

Commit 17caa61

Browse files
author
Gonzalo Diaz
committed
[REFACTOR] [Docker] python (yamllint dependency) install optimization.
1 parent c4a1c51 commit 17caa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ADD https://deb.nodesource.com/setup_22.x nodesource_setup.sh
7272
RUN bash nodesource_setup.sh && \
7373
apt-get -y install --no-install-recommends --no-install-suggests nodejs && \
7474
npm install -g --ignore-scripts markdownlint-cli && \
75-
apt-get -y install --no-install-recommends --no-install-suggests python3 python3-pip && \
75+
apt-get -y install --no-install-recommends --no-install-suggests python3-minimal python3-pip && \
7676
rm /usr/lib/python3.*/EXTERNALLY-MANAGED && \
7777
pip install --no-cache-dir yamllint && \
7878
apt-get -y install --no-install-recommends --no-install-suggests cppcheck && \

0 commit comments

Comments
 (0)