From 591823a9c03be1c11ee8b64e22061c7c34491f90 Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Tue, 6 Feb 2024 10:43:30 +0100 Subject: [PATCH] update dockerfile --- DataScraper/DOCKERFILE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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