Skip to content

Commit

Permalink
fix cpanm installs on qemu arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Dijk committed Jan 29, 2025
1 parent 629619b commit bb18fc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ RUN apt update && apt install -y \

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

Expand Down

0 comments on commit bb18fc2

Please sign in to comment.