fix DL3014 warning
This commit is contained in:
parent
873f23b7bf
commit
ac99a426b3
|
@ -2,7 +2,7 @@ FROM openresty/openresty:1.19.9.1-focal
|
||||||
|
|
||||||
WORKDIR /
|
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/* && \
|
apt-get clean && rm -rf /var/lib/apt/lists/* && \
|
||||||
luarocks install lua-resty-http && \
|
luarocks install lua-resty-http && \
|
||||||
luarocks install hasher
|
luarocks install hasher
|
||||||
|
|
Reference in New Issue