docker no-install-recommends

pull/64/head v2.4.0
scito 1 year ago committed by Roland Kurmann
parent 9e334748ac
commit 11e530e04a

@ -16,7 +16,7 @@ COPY requirements*.txt src/ run_pytest.sh pytest.ini tests/ example_*.txt exampl
ARG RUN_TESTS=true
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y --no-install-recommends \
libgl1 \
libglib2.0-0 \
libsm6 \

Loading…
Cancel
Save