EUDAT-B2SAFE / B2SAFE-core

B2SAFE service core code for EUDAT project
Other
14 stars 20 forks source link

Error installing rpm package in Docker #115

Closed Jollyfant closed 6 years ago

Jollyfant commented 6 years ago

I am trying to install B2Safe in a Docker container (Ubuntu 16.04) and get the following error message when following step 2.1 of the installation:

root@d0c12c17ef36:/var/lib/irods/B2SAFE-core-b2safe-v4.1.1/packaging# rpm -ivh /var/lib/irods/rpmbuild/RPMS/noarch/irods-eudat-b2safe-4.1-1.noarch.rpm
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
error: Failed dependencies:
    /bin/bash is needed by irods-eudat-b2safe-4.1-1.noarch
    /bin/sh is needed by irods-eudat-b2safe-4.1-1.noarch
    /usr/bin/env is needed by irods-eudat-b2safe-4.1-1.noarch

Pretty confusing error.. anyone?

Jollyfant commented 6 years ago

Actually I should probably follow the DEB installation under 2.2..