Skip to content

Commit

Permalink
fixup! riotdocker-base: create riot venv
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 6, 2024
1 parent c81eecf commit 7f5c378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion riotdocker-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ RUN \
apt-get -y --no-install-recommends install \
gcc \
git \
python3-full \
python3 \
python3-dev \
python3-pip \
&& \
echo 'Clean up installation files' >&2 && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit 7f5c378

Please sign in to comment.