Skip to content

Commit

Permalink
Move to alpine for more compact image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschenk committed Jul 21, 2022
1 parent 8366f61 commit 7fba0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.8-alpine
COPY requirements.txt /
RUN pip install -r requirements.txt
COPY modem_watchdog.py /
Expand Down

0 comments on commit 7fba0d4

Please # to comment.