- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
07-11-2024 07:37 PM
I would like to create a Docker image to make a Python Library, which is not pre-installed, available on XSOAR. Therefore, I executed the following command:
/docker_image_create name=jpholiday base="demisto/python3-deb:3.8.2.6981" dependencies=jpholiday,datetime
However, I encountered an error and was not successful.
error creating the docker image: ERROR: mkdir /home/demisto: permission denied (2650)
If there is a way to add authentication information to the command, I would appreciate your guidance.
07-12-2024 02:09 PM
Hi @MEiunyo1 – Please try SSHing in to your XSOAR server and running the following commands:
sudo mkdir -p /home/demisto
sudo chown demisto:demisto /home/demisto
07-12-2024 02:09 PM
Hi @MEiunyo1 – Please try SSHing in to your XSOAR server and running the following commands:
sudo mkdir -p /home/demisto
sudo chown demisto:demisto /home/demisto
07-15-2024 06:21 PM
Hi @asawyer
Thanks to you, the problem has been perfectly resolved!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!