We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28972ce commit c0d90f6Copy full SHA for c0d90f6
docker/Dockerfile
@@ -59,6 +59,7 @@ RUN apt-get update \
59
zlib1g \
60
gettext \
61
wget \
62
+ xz-utils \
63
&& apt-get clean \
64
&& rm -rf /var/lib/apt/lists/* \
65
&& rm -rf /var/cache/* /var/log/* /tmp/* /var/lib/dpkg/status-old
0 commit comments