Operation not supported

Hi,

I am trying to run perl script inside of my container where Fedora 37 serve as base image.

./launch_project.pl
bash: ./launch_project.pl: Operation not supported

Perl is installed:

perl -v

This is perl 5, version 36, subversion 0 (v5.36.0) built for x86_64-linux-thread-multi

And bash path:

env | grep bash
SHELL=/bin/bash

How to run the perl script in test env?