Make dish_obstruction_map work in Docker image
As noted in issue #72, pypng was missing from the list of pip packages installed for the Docker image, which is required for dish_obstruction_map. Without extraneous changes this time....
This commit is contained in:
parent
f23cf2d756
commit
ab9c26e517
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ pip3 install \
|
|||
urllib3==1.26.12 \
|
||||
influxdb-client==1.34.0 reactivex==4.0.4 \
|
||||
paho-mqtt==1.6.1 \
|
||||
pypng==0.20220715.0 \
|
||||
typing_extensions==4.4.0 \
|
||||
yagrc==1.1.1 grpcio-reflection==1.50.0 protobuf==4.21.9
|
||||
|
||||
|
|
Loading…
Reference in a new issue