Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
script: clean cache in dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhi committed Jan 5, 2024
1 parent 384f277 commit 656659a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/dev.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ USER $UID:$GID
ENV PATH="/home/$USER/.local/bin:$PATH"

# Install Python packages.
RUN pipx install platformio && pipx install reuse
RUN pipx install platformio && \
pipx install reuse && \
rm --force --recursive /home/$USER/.cache

# Tweak PlatformIO.
RUN platformio settings set check_platformio_interval 999999 && \
Expand Down

0 comments on commit 656659a

Please sign in to comment.