Skip to content

Commit f245824

Browse files
committed
Use requirements.txt in Dockerfile
1 parent 20af134 commit f245824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ RUN : \
3434
python3-setuptools \
3535
python3-venv \
3636
wget \
37-
&& pip3 install --upgrade pip textual-dev \
3837
&& apt-get autoremove -y \
3938
&& rm -rf /var/lib/apt/lists/* \
4039
&& :
@@ -70,7 +69,8 @@ RUN echo LIBBUILDER_CHECKOUT_REF=$LIBBUILDER_CHECKOUT_REF LIBBUILDER_CLONE_BRANC
7069
fi && \
7170
git checkout $LIBBUILDER_CHECKOUT_REF && \
7271
git submodule update --init --recursive; \
73-
fi
72+
fi && \
73+
pip3 install --upgrade -r $LIBBUILDER_PATH/tools/config_editor/requirements.txt
7474

7575
COPY entrypoint.sh $LIBBUILDER_PATH/entrypoint.sh
7676

0 commit comments

Comments
 (0)