mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-04 17:49:55 +00:00
Docker: Python requirements are now managed in-tree
Neither mbed-host-tests nor mock are currently used. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e4d142f1e7
commit
ce8ccaf55b
|
@ -161,6 +161,4 @@ RUN cd /tmp \
|
|||
ENV GNUTLS_NEXT_CLI=/usr/local/gnutls-3.6.5/bin/gnutls-cli
|
||||
ENV GNUTLS_NEXT_SERV=/usr/local/gnutls-3.6.5/bin/gnutls-serv
|
||||
|
||||
RUN pip3 install --no-cache-dir \
|
||||
mbed-host-tests \
|
||||
mock
|
||||
RUN scripts/min_requirements.py
|
||||
|
|
Loading…
Reference in a new issue