mirror of
https://github.com/danieldemus/deconz_fw_downloader.git
synced 2025-01-25 14:05:50 +01:00
Update Dockerfile
This commit is contained in:
parent
d0c77a6047
commit
d0ad618a2b
@ -2,6 +2,8 @@ FROM python:3-alpine
|
||||
|
||||
RUN mkdir /otau
|
||||
|
||||
RUN pip3 install requests
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY *.py ./
|
||||
|
Loading…
Reference in New Issue
Block a user