fix cpanm installs on qemu arm64

devcontainer/macbook-mseries
Nils Dijk 2025-01-29 17:32:07 +01:00
parent 629619b74c
commit bb18fc219a
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ RUN apt update && apt install -y \
RUN sudo pip3 install pipenv pipenv-shebang RUN sudo pip3 install pipenv pipenv-shebang
RUN cpanm install IPC::Run # the --force flag is to suppress test failures when building an arm64 build on qemu
# to allow github actions to create a devcontainer version for the mac with apple silicon
RUN cpanm install --force IPC::Run
RUN locale-gen en_US.UTF-8 RUN locale-gen en_US.UTF-8