Skip to content

Commit

Permalink
chore(docker): remove unnecessary dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Oct 17, 2024
1 parent 606b105 commit 52366f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/coreboot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ RUN apt-get update && \
vim \
&& \
dpkg-reconfigure --frontend noninteractive tzdata && \
pip3 install --no-cache-dir \
colorama==0.4.6 \
crccheck==1.3.0 \
pltable==1.0.2 \
&& \
rm -rf /var/lib/apt/lists/* && \
mkdir -p "${TOOLSDIR}"

Expand Down

0 comments on commit 52366f7

Please sign in to comment.