Skip to content

Commit

Permalink
docker-image: Add python3-yaml as mandatory for IGC build
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jul 30, 2024
1 parent 05e2dcc commit e5c7243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
python3-distutils \
python3-mako \
python3-pip \
python3-virtualenv
python3-virtualenv \
python3-yaml

# Clean-up apt db
RUN apt-get clean && \
Expand Down

0 comments on commit e5c7243

Please sign in to comment.