Skip to content

Commit

Permalink
Fix gem dependencies in docker file
Browse files Browse the repository at this point in the history
Fixes the `chef-utils` and `mdl` gem dependencies in
`Dockerfile.x86_64`.

Signed-off-by: Jonathan Woollett-Light <[email protected]>
  • Loading branch information
Jonathan Woollett-Light authored and JonathanWoollett-Light committed Oct 21, 2022
1 parent 091641e commit 87e0613
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/devctr/Dockerfile.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ RUN apt-get update \
setuptools \
wheel \
&& python3 -m pip install --upgrade pip \
&& gem install chef-utils:16.6.14 mdl
&& gem install \
chef-utils:16.6.14 \
mdl:0.11.0

# Update Python to 3.10
# This method isn't ideal, compiling from source can be dropped
Expand Down

0 comments on commit 87e0613

Please sign in to comment.