Skip to content

Commit 87e0613

Browse files
Jonathan Woollett-LightJonathanWoollett-Light
Jonathan Woollett-Light
authored andcommitted
Fix gem dependencies in docker file
Fixes the `chef-utils` and `mdl` gem dependencies in `Dockerfile.x86_64`. Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent 091641e commit 87e0613

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/devctr/Dockerfile.x86_64

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ RUN apt-get update \
7575
setuptools \
7676
wheel \
7777
&& python3 -m pip install --upgrade pip \
78-
&& gem install chef-utils:16.6.14 mdl
78+
&& gem install \
79+
chef-utils:16.6.14 \
80+
mdl:0.11.0
7981

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

0 commit comments

Comments
 (0)