You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, one of my docker images needs to install symfony CLI and it all worked great last week until today when I noticed it failing:
(from official symfony docs)
This url seems to be down (im getting 402) so Im not sure if its just temporal outage or am I missing something but I'm getting:
+ curl -1sLf https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh
+ bash
+ apt install symfony-cli
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package symfony-cli
The text was updated successfully, but these errors were encountered:
Hi, one of my docker images needs to install symfony CLI and it all worked great last week until today when I noticed it failing:
(from official symfony docs)
This url seems to be down (im getting 402) so Im not sure if its just temporal outage or am I missing something but I'm getting:
The text was updated successfully, but these errors were encountered: