Skip to content

Commit 3f70bd6

Browse files
committed
linting updates
1 parent dc7dbfa commit 3f70bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ USER root
1414
# Install packages via apt.
1515

1616
RUN apt-get update \
17-
&& apt-get -y install \
17+
&& apt-get -y --no-install-recommends install \
1818
vim \
1919
nano \
2020
curl \

0 commit comments

Comments
 (0)