Skip to content

Commit e212e52

Browse files
author
Claudio Raimondi
committed
Remove useless python packages [skip ci]
1 parent 68db918 commit e212e52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ RUN apt-get update -qq && \
6666
gnupg \
6767
wget \
6868
python3 \
69-
python3-dev \
70-
python3-venv \
7169
autoconf \
7270
automake \
7371
libicu-dev \
@@ -169,6 +167,7 @@ WORKDIR /opt
169167
RUN ./install-poetry.py
170168
RUN ./install-rust.sh -y --target ${target_host_rust} --profile minimal --component rustfmt
171169

170+
#TODO: error here when building for `arm`
172171
ENV PATH="/root/.cargo/bin:/root/.local/bin:${PATH}"
173172

174173
WORKDIR /opt/zlib

0 commit comments

Comments
 (0)