Skip to content

Commit

Permalink
docker no-install-recommends
Browse files Browse the repository at this point in the history
  • Loading branch information
scito committed Feb 18, 2023
1 parent 9e33474 commit 11e530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 11e530e

Please sign in to comment.