nunofgs / docker-octoprint

Dockerfile to set up Octoprint with x86, armv6, armv7 and arm64 support!
https://hub.docker.com/r/nunofgs/octoprint/
GNU Affero General Public License v3.0
58 stars 32 forks source link

Curl not found #44

Open lolo19430 opened 3 years ago

lolo19430 commented 3 years ago

I tried using an esp8266 module to start or stop the printer. This launches a Curl command, but it doesn't seem to work.

I add the lines in the config.yaml file system: actions:

But when I run the command I have: "Command for custom:printer on failed with return code 127: STDOUT: STDERR: /bin/sh: 1: curl: not found"

Can you help me ?