Skip to content

Commit 89b561a

Browse files
author
Alexey Nikitenko
committed
Tiny optimization for Dockerfile
1 parent fcd15e4 commit 89b561a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG version
55
WORKDIR /app/
66

77
RUN apt-get update -y \
8-
&& apt-get install -y git curl \
8+
&& apt-get install --no-install-recommends -y git curl \
99
&& rm -rf /var/lib/apt/lists/*
1010

1111
RUN pip install migration-lint==$version

0 commit comments

Comments
 (0)