Skip to content

Commit efb33e7

Browse files
authored
ansible: fix cross compile container for Node.js 18 (#3933)
In #3930 I dropped `python3.12-pip` from the cross compile container because we do not need to install `tap2junit`. Unfortunately that means that `python3.12-setuptools` wasn't installed and that is still required for the version of gyp-next in Node.js 18. Refs: #3930
1 parent fd6184c commit efb33e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/docker/templates/rhel8_arm_cross.Dockerfile.j2

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN dnf install --disableplugin=subscription-manager -y \
2828
libstdc++-devel.i686 \
2929
make \
3030
python3.12 \
31+
python3.12-setuptools \
3132
procps-ng \
3233
xz \
3334
&& dnf --disableplugin=subscription-manager clean all

0 commit comments

Comments
 (0)