We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just tried docker compose up.
docker compose up
=> CACHED [stage-1 3/8] COPY --from=stage /apereo/phpCAS/utils/dist/CAS-1.3.4.tgz / 0.0s => ERROR [stage-1 4/8] RUN pear install CAS-1.3.4.tgz && rm /CAS-1.3.4.tgz 0.9s ------ > [stage-1 4/8] RUN pear install CAS-1.3.4.tgz && rm /CAS-1.3.4.tgz: #10 0.834 could not extract the package.xml file from "CAS-1.3.4.tgz" #10 0.834 install failed ------ failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c pear install CAS-1.3.4.tgz && rm /CAS-1.3.4.tgz]: exit code: 1
Searching the error reveiled, that somewhere Centos7 with phpCAS-1.3.4. phpCas is currently at version 1.4 and this might requrie an update.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just tried
docker compose up
.Searching the error reveiled, that somewhere Centos7 with phpCAS-1.3.4.
phpCas is currently at version 1.4 and this might requrie an update.
The text was updated successfully, but these errors were encountered: