mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-11 01:10:41 +01:00
docker no-install-recommends
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user