Skip to content

Commit 0add01d

Browse files
SuperSandro2000code-asher
authored andcommitted
Delete apt lists from final image (#1174)
1 parent 2018024 commit 0add01d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUN apt-get update && apt-get install -y \
3333
dumb-init \
3434
vim \
3535
curl \
36-
wget
36+
wget \
37+
&& rm -rf /var/lib/apt/lists/*
3738

3839
RUN locale-gen en_US.UTF-8
3940
# We cannot use update-locale because docker will not use the env variables

0 commit comments

Comments
 (0)