Skip to content

Commit 55e0bf4

Browse files
emneo-devXephi
authored andcommitted
Remove documentation from image
The image goes from 5.09GB to 4.94GB Documentation is not useful in a container Signed-off-by: emneo <[email protected]>
1 parent 78fd4c3 commit 55e0bf4

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
@@ -119,7 +119,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
119119
zsh \
120120
curl \
121121
&& apt-get clean -y \
122-
&& rm -rf /var/lib/apt/lists/*
122+
&& rm -rf /var/lib/apt/lists/* \
123+
&& rm -rf /usr/share/doc/*
123124

124125
RUN localedef -i en_US -f UTF-8 en_US.UTF-8 \
125126
&& npm install -g bun \

0 commit comments

Comments
 (0)