mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-02-02 07:41:11 -08:00
Update Dockerfile.exporter
Looks like the basic alpine is missing required meshtastic package
This commit is contained in:
parent
e57f315dcb
commit
58eb131488
|
@ -1,4 +1,4 @@
|
|||
FROM python:alpine
|
||||
FROM python:3.9.20-alpine3.19
|
||||
LABEL author="Gleb Tcivie"
|
||||
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in a new issue