Olá!
Estou tentando instalar um agente do Elastic em APP Plataforma.
Porém, o APP trabalha em forma de container e nesse caso não tenho acesso como super admin.
Ao tentar instalar o agente com dpkg aparece o erro requested operation requires.
Alguém sabe como fazer?
Também não consigo instalar o sudo
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
You can not install additional packages directly on the App Platform during the run stage. What you could do is to use a Dockerfile to deploy your application, that way you can define the additional packages in the Dockerfile and they will be added during the build stage.
For more information on how to do that you can follow the steps here:
https://docs.digitalocean.com/products/app-platform/reference/dockerfile/
Alternatively, you could use a Droplet rather than the App Platform as that way you will have root access and you can install any packages that you need:
https://docs.digitalocean.com/products/droplets/how-to/create/
Best,
Bobby