Update Dockerfile.exporter

Looks like the basic alpine is missing required meshtastic package
This commit is contained in:
Gleb Tcivie 2024-10-21 14:38:22 +03:00 committed by GitHub
parent e57f315dcb
commit 58eb131488
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3.9.20-alpine3.19
LABEL author="Gleb Tcivie"
WORKDIR /app