Skip to content

Commit

Permalink
Merge auhlig#3 to make the image buildable on Raspberry Pi.
Browse files Browse the repository at this point in the history
  • Loading branch information
kibab committed Nov 29, 2021
1 parent a1003fd commit 50d4fc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.8.6-slim-buster
FROM python:3.8.6-alpine
RUN apk add --update --upgrade gcc musl-dev
ADD exporter.py requirements.txt /
RUN pip3 install -r ./requirements.txt
ENTRYPOINT [ "python3", "./exporter.py" ]

0 comments on commit 50d4fc9

Please sign in to comment.