Skip to content

Commit 9b8fe95

Browse files
committed
added platformio to docker
1 parent dd8311f commit 9b8fe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

car.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM base AS carservices
2424
RUN apt update && apt install -y \
2525
gcc libhdf5-dev vim
2626

27-
RUN pip install h5py
27+
RUN pip install h5py platformio
2828

2929
COPY ./cars/carservices /foocars/cars/carservices
3030
COPY ./tests /foocars/tests

0 commit comments

Comments
 (0)