We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035467d commit 1ad5b49Copy full SHA for 1ad5b49
Dockerfile
@@ -17,9 +17,7 @@ ENV GITHUB_ACTIONS=true
17
18
# Install git and build dependencies required for Python packages (gcc for fatfs-ng, littlefs-python)
19
RUN apt-get update && apt-get install -y --no-install-recommends \
20
- git \
21
- build-essential \
22
- python3-dev && \
+ git && \
23
apt-get clean && rm -rf /var/lib/apt/lists/*
24
25
# Install pio core
0 commit comments