Skip to content

Commit 58c835d

Browse files
Copilotidvoretskyi
andcommitted
Add --no-install-recommends flag to apt-get upgrade for consistency
Co-authored-by: idvoretskyi <[email protected]>
1 parent cfa11e9 commit 58c835d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
22

33
# hadolint ignore=DL3008
44
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
5-
&& apt-get -y upgrade \
5+
&& apt-get -y upgrade --no-install-recommends \
66
&& apt-get -y install --no-install-recommends \
77
curl \
88
wget \

0 commit comments

Comments
 (0)