fix DL3014 warning

This commit is contained in:
Karol Wypchlo 2022-04-21 15:59:07 +02:00
parent 873f23b7bf
commit ac99a426b3
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM openresty/openresty:1.19.9.1-focal
WORKDIR /
RUN apt-get update && apt-get --no-install-recommends install bc=1.07.1-2build1 && \
RUN apt-get update && apt-get --no-install-recommends -y install bc=1.07.1-2build1 && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
luarocks install lua-resty-http && \
luarocks install hasher