0

I have installed unrar, my script was running fine when i deployed it on ubuntu (not inside docker). After implementing the same script, i'm getting this error. I've the unrar command is executing, but its showing failed for all files without any other error message.

enter image description here

What to do?

nickgryg
  • 25,567
  • 5
  • 77
  • 79
awsaf
  • 11
  • 1
  • 3

1 Answers1

0

Finally got it working, installed some other libraries and unrar started working properly.

RUN apt-get install -y unace unrar zip unzip p7zip-full p7zip-rar sharutils rar

Note: All of them might not be needed, I'm in a rush, so, couldn't test exactly which library was needed.

awsaf
  • 11
  • 1
  • 3