diff --git a/sensor/Dockerfile.template b/sensor/Dockerfile.template index 1f91e66..fd4f40f 100644 --- a/sensor/Dockerfile.template +++ b/sensor/Dockerfile.template @@ -4,7 +4,7 @@ FROM balenalib/%%BALENA_MACHINE_NAME%%-python:3.7-buster-run # Install packages RUN pip3 install --upgrade \ pymongo \ - request + requests # Set our working directory WORKDIR /usr/src/app @@ -13,4 +13,4 @@ WORKDIR /usr/src/app COPY . ./ # main.py will run when container starts up on the device -CMD ["bash","start.sh"] \ No newline at end of file +CMD ["bash","start.sh"]