Skip to content

Commit 2e85a2f

Browse files
authored
Merge pull request #586 from prog1dev/master
Update Dockerfile to reduce image size
2 parents 588d312 + 551c067 commit 2e85a2f

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)