Skip to content

Commit 551c067

Browse files
committed
Update Dockerfile to reduce image size
Signed-off-by: Ivan Filenko <[email protected]>
1 parent 6b64e67 commit 551c067

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
@@ -13,7 +13,7 @@ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
1313
RUN chmod +x /tini
1414

1515
RUN apt-get update \
16-
&& apt-get -y install libxml2 git \
16+
&& apt-get -y --no-install-recommends install libxml2 git \
1717
&& apt-get clean \
1818
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1919

0 commit comments

Comments
 (0)