diff --git a/DataScraper/DOCKERFILE b/DataScraper/DOCKERFILE index 8804c11..50ff549 100644 --- a/DataScraper/DOCKERFILE +++ b/DataScraper/DOCKERFILE @@ -1,4 +1,4 @@ -FROM resin/rpi-raspbian:jessie +FROM resin/rpi-raspbian:lastest # Set the working directory in the container @@ -8,10 +8,10 @@ WORKDIR /app COPY ./main.py /app/ # Install any dependencies -RUN apt-get update && \ - apt-get install -y \ +RUN apt update && \ + apt install -y \ build-essential \ - python-dev python-pip \ + python3 python3-pip \ libglib2.0-dev libboost-python-dev libboost-thread-dev libbluetooth-dev && \ pip install bleak