We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8311f commit 9b8fe95Copy full SHA for 9b8fe95
car.dockerfile
@@ -24,7 +24,7 @@ FROM base AS carservices
24
RUN apt update && apt install -y \
25
gcc libhdf5-dev vim
26
27
-RUN pip install h5py
+RUN pip install h5py platformio
28
29
COPY ./cars/carservices /foocars/cars/carservices
30
COPY ./tests /foocars/tests
0 commit comments