t0mer / Redalert

Ubuntu based image running python script that reads json from Oref Website. and publishes it over MQTT Protocol.
Apache License 2.0
13 stars 8 forks source link

/usr/bin/python3: no such file or directory #1

Closed eldadh closed 4 years ago

eldadh commented 4 years ago

Tried running with the image in the dockerhub and i recive this error

docker run -e MQTT_HOST="192.168.3.100" -e MQTT_PORT="1883" -e MQTT_USER="username" -e MQTT_PASS="password" -e DEBUG_MODE="True" --rm techblog/redalert:latest

docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"/usr/bin/python3\": stat /usr/bin/python3: no such file or directory": unknown.

thnx

eldadh commented 4 years ago

thnx for fixing