Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install php-cas from release #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saulwilcox-jisc
Copy link

Master doesn't install

Step 7/14 : COPY --from=stage /apereo/phpCAS/utils/dist/CAS-1.3.4.tgz /
 ---> 37d7abec43dd
Step 8/14 : RUN pear install CAS-1.3.4.tgz  && rm /CAS-1.3.4.tgz
 ---> Running in ebb913a7d516
could not extract the package.xml file from "CAS-1.3.4.tgz"
install failed
ERROR: Service 'php-cas' failed to build: The command '/bin/sh -c pear install CAS-1.3.4.tgz  && rm /CAS-1.3.4.tgz' returned a non-zero code: 1

Added an alternative install which seems to work fine

@AssassinTee
Copy link

related #34
Thank you very much! ❤️ 🚀


RUN pear install CAS-1.3.4.tgz \
&& rm /CAS-1.3.4.tgz
RUN pear install CAS-1.3.8.tgz

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't you also delete CAS-1.3.8 here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants