Add brotli to stateless test image

This commit is contained in:
alesapin 2019-02-12 22:19:12 +03:00
parent 067ee98852
commit 67e3bc501b

View File

@ -19,7 +19,9 @@ RUN apt-get update -y \
openssl \
netcat-openbsd \
telnet \
moreutils
moreutils \
brotli
ENV TZ=Europe/Moscow
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone